Shades of Peru Tan #77421F
Tints of Peru Tan #77421F
RGB
CMYK
RGB Variations
Color information
#77421F (or 0x77421F) is known color: Peru Tan. HEX triplet: 77, 42 and 1F. RGB value is (119,66,31). Sum of RGB (Red+Green+Blue) = 119+66+31=216 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.09% from 216); Green value is 66 (26.17% from 255 or 30.56% from 216); Blue value is 31 (12.5% from 255 or 14.35% from 216); Max value from RGB is 119 - color contains mainly: red. Hex color #77421F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77421F is #88BDE0. Grayscale: #4E4E4E. Windows color (decimal): -8961505 or 2048631. OLE color: 2048631.
HSL color Cylindrical-coordinate representation of color #77421F: hue angle of 23.86º 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 #77421F is Cyan = 0, Magento = 0.45, Yellow = 0.74 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 66 | 31 | - |
| CMYK | 0 | 0.45 | 0.74 | 0.53 |
| HSL | 23.86º | 0.59% | 0.29% | - |
| HSV(B) | 23.86º | 0.74% | 0.47% | - |
| XYZ | 9.8 | 7.92 | 2.31 | - |
| YUV | 77.86 | 101.56 | 157.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 66 | 31 | 0 | 0.45 | 0.74 | 0.53 | 23.86 | 0.59 | 0.29 |
| Hex | 77 | 42 | 1F | 0 | 2D | 4A | 35 | 18 | 3B | 1D |
| Octal | 167 | 102 | 37 | 0 | 55 | 112 | 65 | 30 | 73 | 35 |
| Binary | 1110111 | 1000010 | 11111 | 0 | 101101 | 1001010 | 110101 | 11000 | 111011 | 11101 |
Color Harmonies of #77421F
Complementary color
Monochromatic Colors of #77421F
Black with #77421F
Text Example
Text Example
White with #77421F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77421F; }
p { color: rgb(119,66,31); }
H1.HeaderClassName
{
color: #77421F;
}
.AnyTagClassName
{
color: #77421F;
}
</style>
background-color css
<style>
a { background-color: #77421F; }
a { background-color: rgb(119,66,31); }
div.DivClassName
{
background-color: #77421F;
}
.BgClassName
{
background-color: #77421F;
}
</style>
border-color css
<style>
span { border-color: #77421F; }
span { border-color: rgb(119,66,31); }
td.TdClassName
{
border-color: #77421F;
}
.TagClassName
{
border-color: #77421F;
}
</style>