Shades of Peru Tan #772F15
Tints of Peru Tan #772F15
RGB
CMYK
RGB Variations
Color information
#772F15 (or 0x772F15) is known color: Peru Tan. HEX triplet: 77, 2F and 15. RGB value is (119,47,21). Sum of RGB (Red+Green+Blue) = 119+47+21=187 (24% of max value = 765). Red value is 119 (46.88% from 255 or 63.64% from 187); Green value is 47 (18.75% from 255 or 25.13% from 187); Blue value is 21 (8.59% from 255 or 11.23% from 187); Max value from RGB is 119 - color contains mainly: red. Hex color #772F15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772F15 is #88D0EA. Grayscale: #414141. Windows color (decimal): -8966379 or 1388407. OLE color: 1388407.
HSL color Cylindrical-coordinate representation of color #772F15: hue angle of 15.92º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #772F15 is Cyan = 0, Magento = 0.61, Yellow = 0.82 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 47 | 21 | - |
| CMYK | 0 | 0.61 | 0.82 | 0.53 |
| HSL | 15.92º | 0.7% | 0.27% | - |
| HSV(B) | 15.92º | 0.82% | 0.47% | - |
| XYZ | 8.76 | 6.01 | 1.41 | - |
| YUV | 65.56 | 102.85 | 166.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 47 | 21 | 0 | 0.61 | 0.82 | 0.53 | 15.92 | 0.7 | 0.27 |
| Hex | 77 | 2F | 15 | 0 | 3D | 52 | 35 | 10 | 46 | 1B |
| Octal | 167 | 57 | 25 | 0 | 75 | 122 | 65 | 20 | 106 | 33 |
| Binary | 1110111 | 101111 | 10101 | 0 | 111101 | 1010010 | 110101 | 10000 | 1000110 | 11011 |
Color Harmonies of #772F15
Complementary color
Monochromatic Colors of #772F15
Black with #772F15
Text Example
Text Example
White with #772F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772F15; }
p { color: rgb(119,47,21); }
H1.HeaderClassName
{
color: #772F15;
}
.AnyTagClassName
{
color: #772F15;
}
</style>
background-color css
<style>
a { background-color: #772F15; }
a { background-color: rgb(119,47,21); }
div.DivClassName
{
background-color: #772F15;
}
.BgClassName
{
background-color: #772F15;
}
</style>
border-color css
<style>
span { border-color: #772F15; }
span { border-color: rgb(119,47,21); }
td.TdClassName
{
border-color: #772F15;
}
.TagClassName
{
border-color: #772F15;
}
</style>