Shades of Peru Tan #772F08
Tints of Peru Tan #772F08
RGB
CMYK
RGB Variations
Color information
#772F08 (or 0x772F08) is known color: Peru Tan. HEX triplet: 77, 2F and 08. RGB value is (119,47,8). Sum of RGB (Red+Green+Blue) = 119+47+8=174 (23% of max value = 765). Red value is 119 (46.88% from 255 or 68.39% from 174); Green value is 47 (18.75% from 255 or 27.01% from 174); Blue value is 8 (3.52% from 255 or 4.60% from 174); Max value from RGB is 119 - color contains mainly: red. Hex color #772F08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772F08 is #88D0F7. Grayscale: #404040. Windows color (decimal): -8966392 or 536439. OLE color: 536439.
HSL color Cylindrical-coordinate representation of color #772F08: hue angle of 21.08º 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 #772F08 is Cyan = 0, Magento = 0.61, Yellow = 0.93 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 47 | 8 | - |
| CMYK | 0 | 0.61 | 0.93 | 0.53 |
| HSL | 21.08º | 0.87% | 0.25% | - |
| HSV(B) | 21.08º | 0.93% | 0.47% | - |
| XYZ | 8.67 | 5.97 | 0.93 | - |
| YUV | 64.08 | 96.35 | 167.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 47 | 8 | 0 | 0.61 | 0.93 | 0.53 | 21.08 | 0.87 | 0.25 |
| Hex | 77 | 2F | 8 | 0 | 3D | 5D | 35 | 15 | 57 | 19 |
| Octal | 167 | 57 | 10 | 0 | 75 | 135 | 65 | 25 | 127 | 31 |
| Binary | 1110111 | 101111 | 1000 | 0 | 111101 | 1011101 | 110101 | 10101 | 1010111 | 11001 |
Color Harmonies of #772F08
Complementary color
Monochromatic Colors of #772F08
Black with #772F08
Text Example
Text Example
White with #772F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772F08; }
p { color: rgb(119,47,8); }
H1.HeaderClassName
{
color: #772F08;
}
.AnyTagClassName
{
color: #772F08;
}
</style>
background-color css
<style>
a { background-color: #772F08; }
a { background-color: rgb(119,47,8); }
div.DivClassName
{
background-color: #772F08;
}
.BgClassName
{
background-color: #772F08;
}
</style>
border-color css
<style>
span { border-color: #772F08; }
span { border-color: rgb(119,47,8); }
td.TdClassName
{
border-color: #772F08;
}
.TagClassName
{
border-color: #772F08;
}
</style>