Shades of Peru Tan #772F09
Tints of Peru Tan #772F09
RGB
CMYK
RGB Variations
Color information
#772F09 (or 0x772F09) is known color: Peru Tan. HEX triplet: 77, 2F and 09. RGB value is (119,47,9). Sum of RGB (Red+Green+Blue) = 119+47+9=175 (23% of max value = 765). Red value is 119 (46.88% from 255 or 68% from 175); Green value is 47 (18.75% from 255 or 26.86% from 175); Blue value is 9 (3.91% from 255 or 5.14% from 175); Max value from RGB is 119 - color contains mainly: red. Hex color #772F09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772F09 is #88D0F6. Grayscale: #404040. Windows color (decimal): -8966391 or 601975. OLE color: 601975.
HSL color Cylindrical-coordinate representation of color #772F09: hue angle of 20.73º degrees, saturation: 0.86, 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 #772F09 is Cyan = 0, Magento = 0.61, Yellow = 0.92 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 47 | 9 | - |
| CMYK | 0 | 0.61 | 0.92 | 0.53 |
| HSL | 20.73º | 0.86% | 0.25% | - |
| HSV(B) | 20.73º | 0.92% | 0.47% | - |
| XYZ | 8.67 | 5.97 | 0.95 | - |
| YUV | 64.2 | 96.85 | 167.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 47 | 9 | 0 | 0.61 | 0.92 | 0.53 | 20.73 | 0.86 | 0.25 |
| Hex | 77 | 2F | 9 | 0 | 3D | 5C | 35 | 15 | 56 | 19 |
| Octal | 167 | 57 | 11 | 0 | 75 | 134 | 65 | 25 | 126 | 31 |
| Binary | 1110111 | 101111 | 1001 | 0 | 111101 | 1011100 | 110101 | 10101 | 1010110 | 11001 |
Color Harmonies of #772F09
Complementary color
Monochromatic Colors of #772F09
Black with #772F09
Text Example
Text Example
White with #772F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772F09; }
p { color: rgb(119,47,9); }
H1.HeaderClassName
{
color: #772F09;
}
.AnyTagClassName
{
color: #772F09;
}
</style>
background-color css
<style>
a { background-color: #772F09; }
a { background-color: rgb(119,47,9); }
div.DivClassName
{
background-color: #772F09;
}
.BgClassName
{
background-color: #772F09;
}
</style>
border-color css
<style>
span { border-color: #772F09; }
span { border-color: rgb(119,47,9); }
td.TdClassName
{
border-color: #772F09;
}
.TagClassName
{
border-color: #772F09;
}
</style>