Shades of Peru Tan #772C07
Tints of Peru Tan #772C07
RGB
CMYK
RGB Variations
Color information
#772C07 (or 0x772C07) is known color: Peru Tan. HEX triplet: 77, 2C and 07. RGB value is (119,44,7). Sum of RGB (Red+Green+Blue) = 119+44+7=170 (22% of max value = 765). Red value is 119 (46.88% from 255 or 70% from 170); Green value is 44 (17.58% from 255 or 25.88% from 170); Blue value is 7 (3.12% from 255 or 4.12% from 170); Max value from RGB is 119 - color contains mainly: red. Hex color #772C07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772C07 is #88D3F8. Grayscale: #3E3E3E. Windows color (decimal): -8967161 or 470135. OLE color: 470135.
HSL color Cylindrical-coordinate representation of color #772C07: hue angle of 19.82º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #772C07 is Cyan = 0, Magento = 0.63, Yellow = 0.94 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 44 | 7 | - |
| CMYK | 0 | 0.63 | 0.94 | 0.53 |
| HSL | 19.82º | 0.89% | 0.25% | - |
| HSV(B) | 19.82º | 0.94% | 0.47% | - |
| XYZ | 8.55 | 5.74 | 0.86 | - |
| YUV | 62.21 | 96.85 | 168.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 44 | 7 | 0 | 0.63 | 0.94 | 0.53 | 19.82 | 0.89 | 0.25 |
| Hex | 77 | 2C | 7 | 0 | 3F | 5E | 35 | 14 | 59 | 19 |
| Octal | 167 | 54 | 7 | 0 | 77 | 136 | 65 | 24 | 131 | 31 |
| Binary | 1110111 | 101100 | 111 | 0 | 111111 | 1011110 | 110101 | 10100 | 1011001 | 11001 |
Color Harmonies of #772C07
Complementary color
Monochromatic Colors of #772C07
Black with #772C07
Text Example
Text Example
White with #772C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772C07; }
p { color: rgb(119,44,7); }
H1.HeaderClassName
{
color: #772C07;
}
.AnyTagClassName
{
color: #772C07;
}
</style>
background-color css
<style>
a { background-color: #772C07; }
a { background-color: rgb(119,44,7); }
div.DivClassName
{
background-color: #772C07;
}
.BgClassName
{
background-color: #772C07;
}
</style>
border-color css
<style>
span { border-color: #772C07; }
span { border-color: rgb(119,44,7); }
td.TdClassName
{
border-color: #772C07;
}
.TagClassName
{
border-color: #772C07;
}
</style>