Shades of Peru Tan #772F0C
Tints of Peru Tan #772F0C
RGB
CMYK
RGB Variations
Color information
#772F0C (or 0x772F0C) is known color: Peru Tan. HEX triplet: 77, 2F and 0C. RGB value is (119,47,12). Sum of RGB (Red+Green+Blue) = 119+47+12=178 (23% of max value = 765). Red value is 119 (46.88% from 255 or 66.85% from 178); Green value is 47 (18.75% from 255 or 26.40% from 178); Blue value is 12 (5.08% from 255 or 6.74% from 178); Max value from RGB is 119 - color contains mainly: red. Hex color #772F0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772F0C is #88D0F3. Grayscale: #404040. Windows color (decimal): -8966388 or 798583. OLE color: 798583.
HSL color Cylindrical-coordinate representation of color #772F0C: hue angle of 19.63º 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 #772F0C is Cyan = 0, Magento = 0.61, Yellow = 0.90 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 47 | 12 | - |
| CMYK | 0 | 0.61 | 0.90 | 0.53 |
| HSL | 19.63º | 0.82% | 0.26% | - |
| HSV(B) | 19.63º | 0.9% | 0.47% | - |
| XYZ | 8.69 | 5.98 | 1.04 | - |
| YUV | 64.54 | 98.35 | 166.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 47 | 12 | 0 | 0.61 | 0.90 | 0.53 | 19.63 | 0.82 | 0.26 |
| Hex | 77 | 2F | C | 0 | 3D | 5A | 35 | 14 | 52 | 1A |
| Octal | 167 | 57 | 14 | 0 | 75 | 132 | 65 | 24 | 122 | 32 |
| Binary | 1110111 | 101111 | 1100 | 0 | 111101 | 1011010 | 110101 | 10100 | 1010010 | 11010 |
Color Harmonies of #772F0C
Complementary color
Monochromatic Colors of #772F0C
Black with #772F0C
Text Example
Text Example
White with #772F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772F0C; }
p { color: rgb(119,47,12); }
H1.HeaderClassName
{
color: #772F0C;
}
.AnyTagClassName
{
color: #772F0C;
}
</style>
background-color css
<style>
a { background-color: #772F0C; }
a { background-color: rgb(119,47,12); }
div.DivClassName
{
background-color: #772F0C;
}
.BgClassName
{
background-color: #772F0C;
}
</style>
border-color css
<style>
span { border-color: #772F0C; }
span { border-color: rgb(119,47,12); }
td.TdClassName
{
border-color: #772F0C;
}
.TagClassName
{
border-color: #772F0C;
}
</style>