Shades of Peru Tan #77421B
Tints of Peru Tan #77421B
RGB
CMYK
RGB Variations
Color information
#77421B (or 0x77421B) is known color: Peru Tan. HEX triplet: 77, 42 and 1B. RGB value is (119,66,27). Sum of RGB (Red+Green+Blue) = 119+66+27=212 (28% of max value = 765). Red value is 119 (46.88% from 255 or 56.13% from 212); Green value is 66 (26.17% from 255 or 31.13% from 212); Blue value is 27 (10.94% from 255 or 12.74% from 212); Max value from RGB is 119 - color contains mainly: red. Hex color #77421B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77421B is #88BDE4. Grayscale: #4D4D4D. Windows color (decimal): -8961509 or 1786487. OLE color: 1786487.
HSL color Cylindrical-coordinate representation of color #77421B: hue angle of 25.43º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #77421B is Cyan = 0, Magento = 0.45, Yellow = 0.77 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 66 | 27 | - |
| CMYK | 0 | 0.45 | 0.77 | 0.53 |
| HSL | 25.43º | 0.63% | 0.29% | - |
| HSV(B) | 25.43º | 0.77% | 0.47% | - |
| XYZ | 9.75 | 7.9 | 2.05 | - |
| YUV | 77.4 | 99.56 | 157.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 66 | 27 | 0 | 0.45 | 0.77 | 0.53 | 25.43 | 0.63 | 0.29 |
| Hex | 77 | 42 | 1B | 0 | 2D | 4D | 35 | 19 | 3F | 1D |
| Octal | 167 | 102 | 33 | 0 | 55 | 115 | 65 | 31 | 77 | 35 |
| Binary | 1110111 | 1000010 | 11011 | 0 | 101101 | 1001101 | 110101 | 11001 | 111111 | 11101 |
Color Harmonies of #77421B
Complementary color
Monochromatic Colors of #77421B
Black with #77421B
Text Example
Text Example
White with #77421B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77421B; }
p { color: rgb(119,66,27); }
H1.HeaderClassName
{
color: #77421B;
}
.AnyTagClassName
{
color: #77421B;
}
</style>
background-color css
<style>
a { background-color: #77421B; }
a { background-color: rgb(119,66,27); }
div.DivClassName
{
background-color: #77421B;
}
.BgClassName
{
background-color: #77421B;
}
</style>
border-color css
<style>
span { border-color: #77421B; }
span { border-color: rgb(119,66,27); }
td.TdClassName
{
border-color: #77421B;
}
.TagClassName
{
border-color: #77421B;
}
</style>