Shades of Peru Tan #772C0A
Tints of Peru Tan #772C0A
RGB
CMYK
RGB Variations
Color information
#772C0A (or 0x772C0A) is known color: Peru Tan. HEX triplet: 77, 2C and 0A. RGB value is (119,44,10). Sum of RGB (Red+Green+Blue) = 119+44+10=173 (22% of max value = 765). Red value is 119 (46.88% from 255 or 68.79% from 173); Green value is 44 (17.58% from 255 or 25.43% from 173); Blue value is 10 (4.30% from 255 or 5.78% from 173); Max value from RGB is 119 - color contains mainly: red. Hex color #772C0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772C0A is #88D3F5. Grayscale: #3E3E3E. Windows color (decimal): -8967158 or 666743. OLE color: 666743.
HSL color Cylindrical-coordinate representation of color #772C0A: hue angle of 18.72º 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 #772C0A is Cyan = 0, Magento = 0.63, Yellow = 0.92 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 44 | 10 | - |
| CMYK | 0 | 0.63 | 0.92 | 0.53 |
| HSL | 18.72º | 0.84% | 0.25% | - |
| HSV(B) | 18.72º | 0.92% | 0.47% | - |
| XYZ | 8.56 | 5.75 | 0.94 | - |
| YUV | 62.55 | 98.35 | 168.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 44 | 10 | 0 | 0.63 | 0.92 | 0.53 | 18.72 | 0.84 | 0.25 |
| Hex | 77 | 2C | A | 0 | 3F | 5C | 35 | 13 | 54 | 19 |
| Octal | 167 | 54 | 12 | 0 | 77 | 134 | 65 | 23 | 124 | 31 |
| Binary | 1110111 | 101100 | 1010 | 0 | 111111 | 1011100 | 110101 | 10011 | 1010100 | 11001 |
Color Harmonies of #772C0A
Complementary color
Monochromatic Colors of #772C0A
Black with #772C0A
Text Example
Text Example
White with #772C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772C0A; }
p { color: rgb(119,44,10); }
H1.HeaderClassName
{
color: #772C0A;
}
.AnyTagClassName
{
color: #772C0A;
}
</style>
background-color css
<style>
a { background-color: #772C0A; }
a { background-color: rgb(119,44,10); }
div.DivClassName
{
background-color: #772C0A;
}
.BgClassName
{
background-color: #772C0A;
}
</style>
border-color css
<style>
span { border-color: #772C0A; }
span { border-color: rgb(119,44,10); }
td.TdClassName
{
border-color: #772C0A;
}
.TagClassName
{
border-color: #772C0A;
}
</style>