Shades of Peru Tan #772A05
Tints of Peru Tan #772A05
RGB
CMYK
RGB Variations
Color information
#772A05 (or 0x772A05) is known color: Peru Tan. HEX triplet: 77, 2A and 05. RGB value is (119,42,5). Sum of RGB (Red+Green+Blue) = 119+42+5=166 (21% of max value = 765). Red value is 119 (46.88% from 255 or 71.69% from 166); Green value is 42 (16.80% from 255 or 25.30% from 166); Blue value is 5 (2.34% from 255 or 3.01% from 166); Max value from RGB is 119 - color contains mainly: red. Hex color #772A05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772A05 is #88D5FA. Grayscale: #3D3D3D. Windows color (decimal): -8967675 or 338551. OLE color: 338551.
HSL color Cylindrical-coordinate representation of color #772A05: hue angle of 19.47º 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 #772A05 is Cyan = 0, Magento = 0.65, Yellow = 0.96 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 42 | 5 | - |
| CMYK | 0 | 0.65 | 0.96 | 0.53 |
| HSL | 19.47º | 0.92% | 0.24% | - |
| HSV(B) | 19.47º | 0.96% | 0.47% | - |
| XYZ | 8.46 | 5.59 | 0.78 | - |
| YUV | 60.81 | 96.51 | 169.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 42 | 5 | 0 | 0.65 | 0.96 | 0.53 | 19.47 | 0.92 | 0.24 |
| Hex | 77 | 2A | 5 | 0 | 41 | 60 | 35 | 13 | 5C | 18 |
| Octal | 167 | 52 | 5 | 0 | 101 | 140 | 65 | 23 | 134 | 30 |
| Binary | 1110111 | 101010 | 101 | 0 | 1000001 | 1100000 | 110101 | 10011 | 1011100 | 11000 |
Color Harmonies of #772A05
Complementary color
Monochromatic Colors of #772A05
Black with #772A05
Text Example
Text Example
White with #772A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772A05; }
p { color: rgb(119,42,5); }
H1.HeaderClassName
{
color: #772A05;
}
.AnyTagClassName
{
color: #772A05;
}
</style>
background-color css
<style>
a { background-color: #772A05; }
a { background-color: rgb(119,42,5); }
div.DivClassName
{
background-color: #772A05;
}
.BgClassName
{
background-color: #772A05;
}
</style>
border-color css
<style>
span { border-color: #772A05; }
span { border-color: rgb(119,42,5); }
td.TdClassName
{
border-color: #772A05;
}
.TagClassName
{
border-color: #772A05;
}
</style>