Shades of Peru Tan #772B0A
Tints of Peru Tan #772B0A
RGB
CMYK
RGB Variations
Color information
#772B0A (or 0x772B0A) is known color: Peru Tan. HEX triplet: 77, 2B and 0A. RGB value is (119,43,10). Sum of RGB (Red+Green+Blue) = 119+43+10=172 (22% of max value = 765). Red value is 119 (46.88% from 255 or 69.19% from 172); Green value is 43 (17.19% from 255 or 25% from 172); Blue value is 10 (4.30% from 255 or 5.81% from 172); Max value from RGB is 119 - color contains mainly: red. Hex color #772B0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772B0A is #88D4F5. Grayscale: #3E3E3E. Windows color (decimal): -8967414 or 666487. OLE color: 666487.
HSL color Cylindrical-coordinate representation of color #772B0A: hue angle of 18.17º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #772B0A is Cyan = 0, Magento = 0.64, Yellow = 0.92 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 43 | 10 | - |
| CMYK | 0 | 0.64 | 0.92 | 0.53 |
| HSL | 18.17º | 0.84% | 0.25% | - |
| HSV(B) | 18.17º | 0.92% | 0.47% | - |
| XYZ | 8.53 | 5.67 | 0.93 | - |
| YUV | 61.96 | 98.68 | 168.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 43 | 10 | 0 | 0.64 | 0.92 | 0.53 | 18.17 | 0.84 | 0.25 |
| Hex | 77 | 2B | A | 0 | 40 | 5C | 35 | 12 | 54 | 19 |
| Octal | 167 | 53 | 12 | 0 | 100 | 134 | 65 | 22 | 124 | 31 |
| Binary | 1110111 | 101011 | 1010 | 0 | 1000000 | 1011100 | 110101 | 10010 | 1010100 | 11001 |
Color Harmonies of #772B0A
Complementary color
Monochromatic Colors of #772B0A
Black with #772B0A
Text Example
Text Example
White with #772B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772B0A; }
p { color: rgb(119,43,10); }
H1.HeaderClassName
{
color: #772B0A;
}
.AnyTagClassName
{
color: #772B0A;
}
</style>
background-color css
<style>
a { background-color: #772B0A; }
a { background-color: rgb(119,43,10); }
div.DivClassName
{
background-color: #772B0A;
}
.BgClassName
{
background-color: #772B0A;
}
</style>
border-color css
<style>
span { border-color: #772B0A; }
span { border-color: rgb(119,43,10); }
td.TdClassName
{
border-color: #772B0A;
}
.TagClassName
{
border-color: #772B0A;
}
</style>