Shades of Peru Tan #772B05
Tints of Peru Tan #772B05
RGB
CMYK
RGB Variations
Color information
#772B05 (or 0x772B05) is known color: Peru Tan. HEX triplet: 77, 2B and 05. RGB value is (119,43,5). Sum of RGB (Red+Green+Blue) = 119+43+5=167 (22% of max value = 765). Red value is 119 (46.88% from 255 or 71.26% from 167); Green value is 43 (17.19% from 255 or 25.75% from 167); Blue value is 5 (2.34% from 255 or 2.99% from 167); Max value from RGB is 119 - color contains mainly: red. Hex color #772B05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772B05 is #88D4FA. Grayscale: #3D3D3D. Windows color (decimal): -8967419 or 338807. OLE color: 338807.
HSL color Cylindrical-coordinate representation of color #772B05: hue angle of 20º 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 #772B05 is Cyan = 0, Magento = 0.64, Yellow = 0.96 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 43 | 5 | - |
| CMYK | 0 | 0.64 | 0.96 | 0.53 |
| HSL | 20º | 0.92% | 0.24% | - |
| HSV(B) | 20º | 0.96% | 0.47% | - |
| XYZ | 8.5 | 5.66 | 0.79 | - |
| YUV | 61.39 | 96.18 | 169.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 43 | 5 | 0 | 0.64 | 0.96 | 0.53 | 20 | 0.92 | 0.24 |
| Hex | 77 | 2B | 5 | 0 | 40 | 60 | 35 | 14 | 5C | 18 |
| Octal | 167 | 53 | 5 | 0 | 100 | 140 | 65 | 24 | 134 | 30 |
| Binary | 1110111 | 101011 | 101 | 0 | 1000000 | 1100000 | 110101 | 10100 | 1011100 | 11000 |
Color Harmonies of #772B05
Complementary color
Monochromatic Colors of #772B05
Black with #772B05
Text Example
Text Example
White with #772B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772B05; }
p { color: rgb(119,43,5); }
H1.HeaderClassName
{
color: #772B05;
}
.AnyTagClassName
{
color: #772B05;
}
</style>
background-color css
<style>
a { background-color: #772B05; }
a { background-color: rgb(119,43,5); }
div.DivClassName
{
background-color: #772B05;
}
.BgClassName
{
background-color: #772B05;
}
</style>
border-color css
<style>
span { border-color: #772B05; }
span { border-color: rgb(119,43,5); }
td.TdClassName
{
border-color: #772B05;
}
.TagClassName
{
border-color: #772B05;
}
</style>