crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#774a44 hex color - Red - Warm color - Information

#774a44 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #774a44 Color code in RGB color code model is created after adding 46.67% red color, 29.02% green color and 26.67% blue color. Hex #774a44 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 38% magenta, 43% yellow and 53% black.

Hex #774a44 color code is between #664433 web safe hex color code and #885555 web safe hex color code. #664433 is the nearest web safe color code. You can see here many more shades of #774a44 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code774a44#774a44
RGB Decimal119, 74, 68rgb(119, 74, 68)
RGB Percent47%, 29%, 27%rgb(47%, 29%, 27%)
CSS RGBa119, 74, 68,1rgba(119,74,68,1)
CMYK Modelcmyk(0%,38%,43%,53%)
HSL Color Space7,27% ,37%hsl(7,27% ,37%)
HSV Color Space7°, 43%, 47%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary011101110100101001000100
Octal167112104
Decimal1197468
Hex774a44

Different shades of #774a44 color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #774a44
#975e57
Dark Shade of #774a44
#573631
Saturated Shade of #774a44
#80433b
Desaturated Shade of #774a44
#6e514d
Grey scale Shade of #774a44
#5d5d5d
Brighten Shade
#90635d
Most Readable Shade
#FFFFFF

Shades of #774a44 color code

Generate more color scales with scales (color stack) generator.

#774a44
#69413c
#5c3934
#4f312d
#422925
#34201e
#271816
#1a100f
#0d0807
#000000

Similar Color like #774a44 color

Find visually similar hex color codes nearing to #774a44 hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#784b45
#794c46
#7a4d47
#7b4e48
#7c4f49
#7d504a
#7e514b
#7f524c
#80534d
#81544e
#82554f
#835650
#845751
#855852
#764943
#754842
#744741
#734640
#72453f
#71443e
#70433d
#6f423c
#6e413b
#6d403a
#6c3f39
#6b3e38
#6a3d37
#693c36

Monochromatic Color with #774a44

#774a44
#a1645c
#cc7f75
#f6998d
#221513
#4c302c

Tints of #774a44 Color

#774a44
#865e58
#95726d
#a48682
#b39a97
#c2aeab
#d1c2c0
#e0d6d5
#efeaea
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#774a44
#447177

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#774a44
#447763
#445877

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#774452
#774448
#774a44
#775444
#775e44

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#774a44
#44774a
#4a4477

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#774a44
#577744
#447177
#634477

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#774a44
#447177
#445877
#776344

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #774a44 Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#774a44 Color Code Preview on Black Background Color

This is how #774a44 Color will look on black background color. Color contrast ratio is 2.85

#774a44 in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#774a44">Your Example Paragraph content text in with font color #774a44 </p>

Your Example Paragraph content text in with font color #774a44

HTML with inline CSS

<div style="color:#774a44">Your Paragraph text in with font color #774a44 </div>

Your Example Paragraph content text in with font color #774a44

#774a44 color code is use for CSS Background Color

Background color for the above div is #774a44

HTML with inline CSS

<div style="background-color:#774a44;"></div>

#774a44 color code is use for CSS Border Color

CSS Border color for the above div is #774a44

HTML with inline CSS

<div style="border:5px solid #774a44;"></div>

CSS Border Left color for the above div is #774a44

HTML with inline CSS

<div style="border-left:5px solid #774a44;"></div>

CSS Border Right color for the above div is #774a44

HTML with inline CSS

<div style="border-right:5px solid #774a44;"></div>

CSS Border Bottom color for the above div is #774a44

HTML with inline CSS

<div style="border-bottom:5px solid #774a44;"></div>

CSS Border Top color for the above div is #774a44

HTML with inline CSS

<div style="border-top:5px solid #774a44;"></div>

#774a44 hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#774a44; } .examplecolorclass {color:#774a44; } .examplebordercolor {border:3px solid #774a44; }

#774a44 Color code Preview on White Background

This is how #774a44 Color code will look on white background color. Color contrast ratio is 7.38

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #774a44; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #774a44; }

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.