Shades of Peru Tan #772C0E
Tints of Peru Tan #772C0E
RGB
CMYK
RGB Variations
Color information
#772C0E (or 0x772C0E) is known color: Peru Tan. HEX triplet: 77, 2C and 0E. RGB value is (119,44,14). Sum of RGB (Red+Green+Blue) = 119+44+14=177 (23% of max value = 765). Red value is 119 (46.88% from 255 or 67.23% from 177); Green value is 44 (17.58% from 255 or 24.86% from 177); Blue value is 14 (5.86% from 255 or 7.91% from 177); Max value from RGB is 119 - color contains mainly: red. Hex color #772C0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772C0E is #88D3F1. Grayscale: #3F3F3F. Windows color (decimal): -8967154 or 928887. OLE color: 928887.
HSL color Cylindrical-coordinate representation of color #772C0E: hue angle of 17.14º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #772C0E is Cyan = 0, Magento = 0.63, Yellow = 0.88 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 44 | 14 | - |
| CMYK | 0 | 0.63 | 0.88 | 0.53 |
| HSL | 17.14º | 0.79% | 0.26% | - |
| HSV(B) | 17.14º | 0.88% | 0.47% | - |
| XYZ | 8.59 | 5.76 | 1.07 | - |
| YUV | 63.01 | 100.35 | 167.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 44 | 14 | 0 | 0.63 | 0.88 | 0.53 | 17.14 | 0.79 | 0.26 |
| Hex | 77 | 2C | E | 0 | 3F | 58 | 35 | 11 | 4F | 1A |
| Octal | 167 | 54 | 16 | 0 | 77 | 130 | 65 | 21 | 117 | 32 |
| Binary | 1110111 | 101100 | 1110 | 0 | 111111 | 1011000 | 110101 | 10001 | 1001111 | 11010 |
Color Harmonies of #772C0E
Complementary color
Monochromatic Colors of #772C0E
Black with #772C0E
Text Example
Text Example
White with #772C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772C0E; }
p { color: rgb(119,44,14); }
H1.HeaderClassName
{
color: #772C0E;
}
.AnyTagClassName
{
color: #772C0E;
}
</style>
background-color css
<style>
a { background-color: #772C0E; }
a { background-color: rgb(119,44,14); }
div.DivClassName
{
background-color: #772C0E;
}
.BgClassName
{
background-color: #772C0E;
}
</style>
border-color css
<style>
span { border-color: #772C0E; }
span { border-color: rgb(119,44,14); }
td.TdClassName
{
border-color: #772C0E;
}
.TagClassName
{
border-color: #772C0E;
}
</style>