Shades of Peru Tan #77431F
Tints of Peru Tan #77431F
RGB
CMYK
RGB Variations
Color information
#77431F (or 0x77431F) is known color: Peru Tan. HEX triplet: 77, 43 and 1F. RGB value is (119,67,31). Sum of RGB (Red+Green+Blue) = 119+67+31=217 (28% of max value = 765). Red value is 119 (46.88% from 255 or 54.84% from 217); Green value is 67 (26.56% from 255 or 30.88% from 217); Blue value is 31 (12.5% from 255 or 14.29% from 217); Max value from RGB is 119 - color contains mainly: red. Hex color #77431F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77431F is #88BCE0. Grayscale: #4E4E4E. Windows color (decimal): -8961249 or 2048887. OLE color: 2048887.
HSL color Cylindrical-coordinate representation of color #77431F: hue angle of 24.55º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #77431F is Cyan = 0, Magento = 0.44, Yellow = 0.74 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 67 | 31 | - |
| CMYK | 0 | 0.44 | 0.74 | 0.53 |
| HSL | 24.55º | 0.59% | 0.29% | - |
| HSV(B) | 24.55º | 0.74% | 0.47% | - |
| XYZ | 9.86 | 8.04 | 2.33 | - |
| YUV | 78.44 | 101.23 | 156.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 67 | 31 | 0 | 0.44 | 0.74 | 0.53 | 24.55 | 0.59 | 0.29 |
| Hex | 77 | 43 | 1F | 0 | 2C | 4A | 35 | 19 | 3B | 1D |
| Octal | 167 | 103 | 37 | 0 | 54 | 112 | 65 | 31 | 73 | 35 |
| Binary | 1110111 | 1000011 | 11111 | 0 | 101100 | 1001010 | 110101 | 11001 | 111011 | 11101 |
Color Harmonies of #77431F
Complementary color
Monochromatic Colors of #77431F
Black with #77431F
Text Example
Text Example
White with #77431F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77431F; }
p { color: rgb(119,67,31); }
H1.HeaderClassName
{
color: #77431F;
}
.AnyTagClassName
{
color: #77431F;
}
</style>
background-color css
<style>
a { background-color: #77431F; }
a { background-color: rgb(119,67,31); }
div.DivClassName
{
background-color: #77431F;
}
.BgClassName
{
background-color: #77431F;
}
</style>
border-color css
<style>
span { border-color: #77431F; }
span { border-color: rgb(119,67,31); }
td.TdClassName
{
border-color: #77431F;
}
.TagClassName
{
border-color: #77431F;
}
</style>