Shades of Peru Tan #77370E
Tints of Peru Tan #77370E
RGB
CMYK
RGB Variations
Color information
#77370E (or 0x77370E) is known color: Peru Tan. HEX triplet: 77, 37 and 0E. RGB value is (119,55,14). Sum of RGB (Red+Green+Blue) = 119+55+14=188 (24% of max value = 765). Red value is 119 (46.88% from 255 or 63.30% from 188); Green value is 55 (21.88% from 255 or 29.26% from 188); Blue value is 14 (5.86% from 255 or 7.45% from 188); Max value from RGB is 119 - color contains mainly: red. Hex color #77370E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #77370E is #88C8F1. Grayscale: #454545. Windows color (decimal): -8964338 or 931703. OLE color: 931703.
HSL color Cylindrical-coordinate representation of color #77370E: hue angle of 23.43º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #77370E is Cyan = 0, Magento = 0.54, Yellow = 0.88 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 55 | 14 | - |
| CMYK | 0 | 0.54 | 0.88 | 0.53 |
| HSL | 23.43º | 0.79% | 0.26% | - |
| HSV(B) | 23.43º | 0.88% | 0.47% | - |
| XYZ | 9.05 | 6.69 | 1.23 | - |
| YUV | 69.46 | 96.7 | 163.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 55 | 14 | 0 | 0.54 | 0.88 | 0.53 | 23.43 | 0.79 | 0.26 |
| Hex | 77 | 37 | E | 0 | 36 | 58 | 35 | 17 | 4F | 1A |
| Octal | 167 | 67 | 16 | 0 | 66 | 130 | 65 | 27 | 117 | 32 |
| Binary | 1110111 | 110111 | 1110 | 0 | 110110 | 1011000 | 110101 | 10111 | 1001111 | 11010 |
Color Harmonies of #77370E
Complementary color
Monochromatic Colors of #77370E
Black with #77370E
Text Example
Text Example
White with #77370E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77370E; }
p { color: rgb(119,55,14); }
H1.HeaderClassName
{
color: #77370E;
}
.AnyTagClassName
{
color: #77370E;
}
</style>
background-color css
<style>
a { background-color: #77370E; }
a { background-color: rgb(119,55,14); }
div.DivClassName
{
background-color: #77370E;
}
.BgClassName
{
background-color: #77370E;
}
</style>
border-color css
<style>
span { border-color: #77370E; }
span { border-color: rgb(119,55,14); }
td.TdClassName
{
border-color: #77370E;
}
.TagClassName
{
border-color: #77370E;
}
</style>