Shades of Peru Tan #772F05
Tints of Peru Tan #772F05
RGB
CMYK
RGB Variations
Color information
#772F05 (or 0x772F05) is known color: Peru Tan. HEX triplet: 77, 2F and 05. RGB value is (119,47,5). Sum of RGB (Red+Green+Blue) = 119+47+5=171 (22% of max value = 765). Red value is 119 (46.88% from 255 or 69.59% from 171); Green value is 47 (18.75% from 255 or 27.49% from 171); Blue value is 5 (2.34% from 255 or 2.92% from 171); Max value from RGB is 119 - color contains mainly: red. Hex color #772F05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772F05 is #88D0FA. Grayscale: #3F3F3F. Windows color (decimal): -8966395 or 339831. OLE color: 339831.
HSL color Cylindrical-coordinate representation of color #772F05: hue angle of 22.11º 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 #772F05 is Cyan = 0, Magento = 0.61, Yellow = 0.96 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 47 | 5 | - |
| CMYK | 0 | 0.61 | 0.96 | 0.53 |
| HSL | 22.11º | 0.92% | 0.24% | - |
| HSV(B) | 22.11º | 0.96% | 0.47% | - |
| XYZ | 8.65 | 5.97 | 0.84 | - |
| YUV | 63.74 | 94.85 | 167.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 47 | 5 | 0 | 0.61 | 0.96 | 0.53 | 22.11 | 0.92 | 0.24 |
| Hex | 77 | 2F | 5 | 0 | 3D | 60 | 35 | 16 | 5C | 18 |
| Octal | 167 | 57 | 5 | 0 | 75 | 140 | 65 | 26 | 134 | 30 |
| Binary | 1110111 | 101111 | 101 | 0 | 111101 | 1100000 | 110101 | 10110 | 1011100 | 11000 |
Color Harmonies of #772F05
Complementary color
Monochromatic Colors of #772F05
Black with #772F05
Text Example
Text Example
White with #772F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772F05; }
p { color: rgb(119,47,5); }
H1.HeaderClassName
{
color: #772F05;
}
.AnyTagClassName
{
color: #772F05;
}
</style>
background-color css
<style>
a { background-color: #772F05; }
a { background-color: rgb(119,47,5); }
div.DivClassName
{
background-color: #772F05;
}
.BgClassName
{
background-color: #772F05;
}
</style>
border-color css
<style>
span { border-color: #772F05; }
span { border-color: rgb(119,47,5); }
td.TdClassName
{
border-color: #772F05;
}
.TagClassName
{
border-color: #772F05;
}
</style>