Shades of Peru Tan #772E0C
Tints of Peru Tan #772E0C
RGB
CMYK
RGB Variations
Color information
#772E0C (or 0x772E0C) is known color: Peru Tan. HEX triplet: 77, 2E and 0C. RGB value is (119,46,12). Sum of RGB (Red+Green+Blue) = 119+46+12=177 (23% of max value = 765). Red value is 119 (46.88% from 255 or 67.23% from 177); Green value is 46 (18.36% from 255 or 25.99% from 177); Blue value is 12 (5.08% from 255 or 6.78% from 177); Max value from RGB is 119 - color contains mainly: red. Hex color #772E0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772E0C is #88D1F3. Grayscale: #404040. Windows color (decimal): -8966644 or 798327. OLE color: 798327.
HSL color Cylindrical-coordinate representation of color #772E0C: hue angle of 19.07º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #772E0C is Cyan = 0, Magento = 0.61, Yellow = 0.90 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 46 | 12 | - |
| CMYK | 0 | 0.61 | 0.90 | 0.53 |
| HSL | 19.07º | 0.82% | 0.26% | - |
| HSV(B) | 19.07º | 0.9% | 0.47% | - |
| XYZ | 8.65 | 5.9 | 1.03 | - |
| YUV | 63.95 | 98.68 | 167.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 46 | 12 | 0 | 0.61 | 0.90 | 0.53 | 19.07 | 0.82 | 0.26 |
| Hex | 77 | 2E | C | 0 | 3D | 5A | 35 | 13 | 52 | 1A |
| Octal | 167 | 56 | 14 | 0 | 75 | 132 | 65 | 23 | 122 | 32 |
| Binary | 1110111 | 101110 | 1100 | 0 | 111101 | 1011010 | 110101 | 10011 | 1010010 | 11010 |
Color Harmonies of #772E0C
Complementary color
Monochromatic Colors of #772E0C
Black with #772E0C
Text Example
Text Example
White with #772E0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772E0C; }
p { color: rgb(119,46,12); }
H1.HeaderClassName
{
color: #772E0C;
}
.AnyTagClassName
{
color: #772E0C;
}
</style>
background-color css
<style>
a { background-color: #772E0C; }
a { background-color: rgb(119,46,12); }
div.DivClassName
{
background-color: #772E0C;
}
.BgClassName
{
background-color: #772E0C;
}
</style>
border-color css
<style>
span { border-color: #772E0C; }
span { border-color: rgb(119,46,12); }
td.TdClassName
{
border-color: #772E0C;
}
.TagClassName
{
border-color: #772E0C;
}
</style>