Shades of Peru Tan #77421C
Tints of Peru Tan #77421C
RGB
CMYK
RGB Variations
Color information
#77421C (or 0x77421C) is known color: Peru Tan. HEX triplet: 77, 42 and 1C. RGB value is (119,66,28). Sum of RGB (Red+Green+Blue) = 119+66+28=213 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.87% from 213); Green value is 66 (26.17% from 255 or 30.99% from 213); Blue value is 28 (11.33% from 255 or 13.15% from 213); Max value from RGB is 119 - color contains mainly: red. Hex color #77421C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77421C is #88BDE3. Grayscale: #4D4D4D. Windows color (decimal): -8961508 or 1852023. OLE color: 1852023.
HSL color Cylindrical-coordinate representation of color #77421C: hue angle of 25.05º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #77421C is Cyan = 0, Magento = 0.45, Yellow = 0.76 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 66 | 28 | - |
| CMYK | 0 | 0.45 | 0.76 | 0.53 |
| HSL | 25.05º | 0.62% | 0.29% | - |
| HSV(B) | 25.05º | 0.76% | 0.47% | - |
| XYZ | 9.77 | 7.9 | 2.11 | - |
| YUV | 77.52 | 100.06 | 157.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 66 | 28 | 0 | 0.45 | 0.76 | 0.53 | 25.05 | 0.62 | 0.29 |
| Hex | 77 | 42 | 1C | 0 | 2D | 4C | 35 | 19 | 3E | 1D |
| Octal | 167 | 102 | 34 | 0 | 55 | 114 | 65 | 31 | 76 | 35 |
| Binary | 1110111 | 1000010 | 11100 | 0 | 101101 | 1001100 | 110101 | 11001 | 111110 | 11101 |
Color Harmonies of #77421C
Complementary color
Monochromatic Colors of #77421C
Black with #77421C
Text Example
Text Example
White with #77421C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77421C; }
p { color: rgb(119,66,28); }
H1.HeaderClassName
{
color: #77421C;
}
.AnyTagClassName
{
color: #77421C;
}
</style>
background-color css
<style>
a { background-color: #77421C; }
a { background-color: rgb(119,66,28); }
div.DivClassName
{
background-color: #77421C;
}
.BgClassName
{
background-color: #77421C;
}
</style>
border-color css
<style>
span { border-color: #77421C; }
span { border-color: rgb(119,66,28); }
td.TdClassName
{
border-color: #77421C;
}
.TagClassName
{
border-color: #77421C;
}
</style>