Shades of Peru Tan #772C05
Tints of Peru Tan #772C05
RGB
CMYK
RGB Variations
Color information
#772C05 (or 0x772C05) is known color: Peru Tan. HEX triplet: 77, 2C and 05. RGB value is (119,44,5). Sum of RGB (Red+Green+Blue) = 119+44+5=168 (22% of max value = 765). Red value is 119 (46.88% from 255 or 70.83% from 168); Green value is 44 (17.58% from 255 or 26.19% from 168); Blue value is 5 (2.34% from 255 or 2.98% from 168); Max value from RGB is 119 - color contains mainly: red. Hex color #772C05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772C05 is #88D3FA. Grayscale: #3E3E3E. Windows color (decimal): -8967163 or 339063. OLE color: 339063.
HSL color Cylindrical-coordinate representation of color #772C05: hue angle of 20.53º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #772C05 is Cyan = 0, Magento = 0.63, Yellow = 0.96 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 44 | 5 | - |
| CMYK | 0 | 0.63 | 0.96 | 0.53 |
| HSL | 20.53º | 0.92% | 0.24% | - |
| HSV(B) | 20.53º | 0.96% | 0.47% | - |
| XYZ | 8.54 | 5.73 | 0.8 | - |
| YUV | 61.98 | 95.85 | 168.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 44 | 5 | 0 | 0.63 | 0.96 | 0.53 | 20.53 | 0.92 | 0.24 |
| Hex | 77 | 2C | 5 | 0 | 3F | 60 | 35 | 15 | 5C | 18 |
| Octal | 167 | 54 | 5 | 0 | 77 | 140 | 65 | 25 | 134 | 30 |
| Binary | 1110111 | 101100 | 101 | 0 | 111111 | 1100000 | 110101 | 10101 | 1011100 | 11000 |
Color Harmonies of #772C05
Complementary color
Monochromatic Colors of #772C05
Black with #772C05
Text Example
Text Example
White with #772C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772C05; }
p { color: rgb(119,44,5); }
H1.HeaderClassName
{
color: #772C05;
}
.AnyTagClassName
{
color: #772C05;
}
</style>
background-color css
<style>
a { background-color: #772C05; }
a { background-color: rgb(119,44,5); }
div.DivClassName
{
background-color: #772C05;
}
.BgClassName
{
background-color: #772C05;
}
</style>
border-color css
<style>
span { border-color: #772C05; }
span { border-color: rgb(119,44,5); }
td.TdClassName
{
border-color: #772C05;
}
.TagClassName
{
border-color: #772C05;
}
</style>