Shades of Peru Tan #772F06
Tints of Peru Tan #772F06
RGB
CMYK
RGB Variations
Color information
#772F06 (or 0x772F06) is known color: Peru Tan. HEX triplet: 77, 2F and 06. RGB value is (119,47,6). Sum of RGB (Red+Green+Blue) = 119+47+6=172 (22% of max value = 765). Red value is 119 (46.88% from 255 or 69.19% from 172); Green value is 47 (18.75% from 255 or 27.33% from 172); Blue value is 6 (2.73% from 255 or 3.49% from 172); Max value from RGB is 119 - color contains mainly: red. Hex color #772F06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772F06 is #88D0F9. Grayscale: #404040. Windows color (decimal): -8966394 or 405367. OLE color: 405367.
HSL color Cylindrical-coordinate representation of color #772F06: hue angle of 21.77º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #772F06 is Cyan = 0, Magento = 0.61, Yellow = 0.95 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 47 | 6 | - |
| CMYK | 0 | 0.61 | 0.95 | 0.53 |
| HSL | 21.77º | 0.9% | 0.25% | - |
| HSV(B) | 21.77º | 0.95% | 0.47% | - |
| XYZ | 8.66 | 5.97 | 0.87 | - |
| YUV | 63.85 | 95.35 | 167.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 47 | 6 | 0 | 0.61 | 0.95 | 0.53 | 21.77 | 0.9 | 0.25 |
| Hex | 77 | 2F | 6 | 0 | 3D | 5F | 35 | 16 | 5A | 19 |
| Octal | 167 | 57 | 6 | 0 | 75 | 137 | 65 | 26 | 132 | 31 |
| Binary | 1110111 | 101111 | 110 | 0 | 111101 | 1011111 | 110101 | 10110 | 1011010 | 11001 |
Color Harmonies of #772F06
Complementary color
Monochromatic Colors of #772F06
Black with #772F06
Text Example
Text Example
White with #772F06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772F06; }
p { color: rgb(119,47,6); }
H1.HeaderClassName
{
color: #772F06;
}
.AnyTagClassName
{
color: #772F06;
}
</style>
background-color css
<style>
a { background-color: #772F06; }
a { background-color: rgb(119,47,6); }
div.DivClassName
{
background-color: #772F06;
}
.BgClassName
{
background-color: #772F06;
}
</style>
border-color css
<style>
span { border-color: #772F06; }
span { border-color: rgb(119,47,6); }
td.TdClassName
{
border-color: #772F06;
}
.TagClassName
{
border-color: #772F06;
}
</style>