Shades of Peru Tan #772E08
Tints of Peru Tan #772E08
RGB
CMYK
RGB Variations
Color information
#772E08 (or 0x772E08) is known color: Peru Tan. HEX triplet: 77, 2E and 08. RGB value is (119,46,8). Sum of RGB (Red+Green+Blue) = 119+46+8=173 (22% of max value = 765). Red value is 119 (46.88% from 255 or 68.79% from 173); Green value is 46 (18.36% from 255 or 26.59% from 173); Blue value is 8 (3.52% from 255 or 4.62% from 173); Max value from RGB is 119 - color contains mainly: red. Hex color #772E08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772E08 is #88D1F7. Grayscale: #3F3F3F. Windows color (decimal): -8966648 or 536183. OLE color: 536183.
HSL color Cylindrical-coordinate representation of color #772E08: hue angle of 20.54º 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 #772E08 is Cyan = 0, Magento = 0.61, Yellow = 0.93 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 46 | 8 | - |
| CMYK | 0 | 0.61 | 0.93 | 0.53 |
| HSL | 20.54º | 0.87% | 0.25% | - |
| HSV(B) | 20.54º | 0.93% | 0.47% | - |
| XYZ | 8.63 | 5.89 | 0.91 | - |
| YUV | 63.5 | 96.68 | 167.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 46 | 8 | 0 | 0.61 | 0.93 | 0.53 | 20.54 | 0.87 | 0.25 |
| Hex | 77 | 2E | 8 | 0 | 3D | 5D | 35 | 15 | 57 | 19 |
| Octal | 167 | 56 | 10 | 0 | 75 | 135 | 65 | 25 | 127 | 31 |
| Binary | 1110111 | 101110 | 1000 | 0 | 111101 | 1011101 | 110101 | 10101 | 1010111 | 11001 |
Color Harmonies of #772E08
Complementary color
Monochromatic Colors of #772E08
Black with #772E08
Text Example
Text Example
White with #772E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772E08; }
p { color: rgb(119,46,8); }
H1.HeaderClassName
{
color: #772E08;
}
.AnyTagClassName
{
color: #772E08;
}
</style>
background-color css
<style>
a { background-color: #772E08; }
a { background-color: rgb(119,46,8); }
div.DivClassName
{
background-color: #772E08;
}
.BgClassName
{
background-color: #772E08;
}
</style>
border-color css
<style>
span { border-color: #772E08; }
span { border-color: rgb(119,46,8); }
td.TdClassName
{
border-color: #772E08;
}
.TagClassName
{
border-color: #772E08;
}
</style>