Shades of Peru Tan #772C08
Tints of Peru Tan #772C08
RGB
CMYK
RGB Variations
Color information
#772C08 (or 0x772C08) is known color: Peru Tan. HEX triplet: 77, 2C and 08. RGB value is (119,44,8). Sum of RGB (Red+Green+Blue) = 119+44+8=171 (22% of max value = 765). Red value is 119 (46.88% from 255 or 69.59% from 171); Green value is 44 (17.58% from 255 or 25.73% from 171); Blue value is 8 (3.52% from 255 or 4.68% from 171); Max value from RGB is 119 - color contains mainly: red. Hex color #772C08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772C08 is #88D3F7. Grayscale: #3E3E3E. Windows color (decimal): -8967160 or 535671. OLE color: 535671.
HSL color Cylindrical-coordinate representation of color #772C08: hue angle of 19.46º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #772C08 is Cyan = 0, Magento = 0.63, Yellow = 0.93 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 44 | 8 | - |
| CMYK | 0 | 0.63 | 0.93 | 0.53 |
| HSL | 19.46º | 0.87% | 0.25% | - |
| HSV(B) | 19.46º | 0.93% | 0.47% | - |
| XYZ | 8.55 | 5.74 | 0.89 | - |
| YUV | 62.32 | 97.35 | 168.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 44 | 8 | 0 | 0.63 | 0.93 | 0.53 | 19.46 | 0.87 | 0.25 |
| Hex | 77 | 2C | 8 | 0 | 3F | 5D | 35 | 13 | 57 | 19 |
| Octal | 167 | 54 | 10 | 0 | 77 | 135 | 65 | 23 | 127 | 31 |
| Binary | 1110111 | 101100 | 1000 | 0 | 111111 | 1011101 | 110101 | 10011 | 1010111 | 11001 |
Color Harmonies of #772C08
Complementary color
Monochromatic Colors of #772C08
Black with #772C08
Text Example
Text Example
White with #772C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772C08; }
p { color: rgb(119,44,8); }
H1.HeaderClassName
{
color: #772C08;
}
.AnyTagClassName
{
color: #772C08;
}
</style>
background-color css
<style>
a { background-color: #772C08; }
a { background-color: rgb(119,44,8); }
div.DivClassName
{
background-color: #772C08;
}
.BgClassName
{
background-color: #772C08;
}
</style>
border-color css
<style>
span { border-color: #772C08; }
span { border-color: rgb(119,44,8); }
td.TdClassName
{
border-color: #772C08;
}
.TagClassName
{
border-color: #772C08;
}
</style>