Shades of Peru Tan #772F00
Tints of Peru Tan #772F00
RGB
CMYK
RGB Variations
Color information
#772F00 (or 0x772F00) is known color: Peru Tan. HEX triplet: 77, 2F and 00. RGB value is (119,47,0). Sum of RGB (Red+Green+Blue) = 119+47+0=166 (21% of max value = 765). Red value is 119 (46.88% from 255 or 71.69% from 166); Green value is 47 (18.75% from 255 or 28.31% from 166); Blue value is 0 (0.39% from 255 or 0% from 166); Max value from RGB is 119 - color contains mainly: red. Hex color #772F00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772F00 is #88D0FF. Grayscale: #3F3F3F. Windows color (decimal): -8966400 or 12151. OLE color: 12151.
HSL color Cylindrical-coordinate representation of color #772F00: hue angle of 23.7º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #772F00 is Cyan = 0, Magento = 0.61, Yellow = 1 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 47 | 0 | - |
| CMYK | 0 | 0.61 | 1 | 0.53 |
| HSL | 23.7º | 1% | 0.23% | - |
| HSV(B) | 23.7º | 1% | 0.47% | - |
| XYZ | 8.62 | 5.95 | 0.69 | - |
| YUV | 63.17 | 92.35 | 167.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 47 | 0 | 0 | 0.61 | 1 | 0.53 | 23.7 | 1 | 0.23 |
| Hex | 77 | 2F | 0 | 0 | 3D | 64 | 35 | 18 | 64 | 17 |
| Octal | 167 | 57 | 0 | 0 | 75 | 144 | 65 | 30 | 144 | 27 |
| Binary | 1110111 | 101111 | 0 | 0 | 111101 | 1100100 | 110101 | 11000 | 1100100 | 10111 |
Color Harmonies of #772F00
Complementary color
Monochromatic Colors of #772F00
Black with #772F00
Text Example
Text Example
White with #772F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772F00; }
p { color: rgb(119,47,0); }
H1.HeaderClassName
{
color: #772F00;
}
.AnyTagClassName
{
color: #772F00;
}
</style>
background-color css
<style>
a { background-color: #772F00; }
a { background-color: rgb(119,47,0); }
div.DivClassName
{
background-color: #772F00;
}
.BgClassName
{
background-color: #772F00;
}
</style>
border-color css
<style>
span { border-color: #772F00; }
span { border-color: rgb(119,47,0); }
td.TdClassName
{
border-color: #772F00;
}
.TagClassName
{
border-color: #772F00;
}
</style>