Shades of Peru Tan #772F10
Tints of Peru Tan #772F10
RGB
CMYK
RGB Variations
Color information
#772F10 (or 0x772F10) is known color: Peru Tan. HEX triplet: 77, 2F and 10. RGB value is (119,47,16). Sum of RGB (Red+Green+Blue) = 119+47+16=182 (24% of max value = 765). Red value is 119 (46.88% from 255 or 65.38% from 182); Green value is 47 (18.75% from 255 or 25.82% from 182); Blue value is 16 (6.64% from 255 or 8.79% from 182); Max value from RGB is 119 - color contains mainly: red. Hex color #772F10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772F10 is #88D0EF. Grayscale: #414141. Windows color (decimal): -8966384 or 1060727. OLE color: 1060727.
HSL color Cylindrical-coordinate representation of color #772F10: hue angle of 18.06º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #772F10 is Cyan = 0, Magento = 0.61, Yellow = 0.87 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 47 | 16 | - |
| CMYK | 0 | 0.61 | 0.87 | 0.53 |
| HSL | 18.06º | 0.76% | 0.26% | - |
| HSV(B) | 18.06º | 0.87% | 0.47% | - |
| XYZ | 8.72 | 5.99 | 1.19 | - |
| YUV | 64.99 | 100.35 | 166.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 47 | 16 | 0 | 0.61 | 0.87 | 0.53 | 18.06 | 0.76 | 0.26 |
| Hex | 77 | 2F | 10 | 0 | 3D | 57 | 35 | 12 | 4C | 1A |
| Octal | 167 | 57 | 20 | 0 | 75 | 127 | 65 | 22 | 114 | 32 |
| Binary | 1110111 | 101111 | 10000 | 0 | 111101 | 1010111 | 110101 | 10010 | 1001100 | 11010 |
Color Harmonies of #772F10
Complementary color
Monochromatic Colors of #772F10
Black with #772F10
Text Example
Text Example
White with #772F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772F10; }
p { color: rgb(119,47,16); }
H1.HeaderClassName
{
color: #772F10;
}
.AnyTagClassName
{
color: #772F10;
}
</style>
background-color css
<style>
a { background-color: #772F10; }
a { background-color: rgb(119,47,16); }
div.DivClassName
{
background-color: #772F10;
}
.BgClassName
{
background-color: #772F10;
}
</style>
border-color css
<style>
span { border-color: #772F10; }
span { border-color: rgb(119,47,16); }
td.TdClassName
{
border-color: #772F10;
}
.TagClassName
{
border-color: #772F10;
}
</style>