Shades of Peru Tan #77320C
Tints of Peru Tan #77320C
RGB
CMYK
RGB Variations
Color information
#77320C (or 0x77320C) is known color: Peru Tan. HEX triplet: 77, 32 and 0C. RGB value is (119,50,12). Sum of RGB (Red+Green+Blue) = 119+50+12=181 (23% of max value = 765). Red value is 119 (46.88% from 255 or 65.75% from 181); Green value is 50 (19.92% from 255 or 27.62% from 181); Blue value is 12 (5.08% from 255 or 6.63% from 181); Max value from RGB is 119 - color contains mainly: red. Hex color #77320C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #77320C is #88CDF3. Grayscale: #424242. Windows color (decimal): -8965620 or 799351. OLE color: 799351.
HSL color Cylindrical-coordinate representation of color #77320C: hue angle of 21.31º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #77320C is Cyan = 0, Magento = 0.58, Yellow = 0.90 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 50 | 12 | - |
| CMYK | 0 | 0.58 | 0.90 | 0.53 |
| HSL | 21.31º | 0.82% | 0.26% | - |
| HSV(B) | 21.31º | 0.9% | 0.47% | - |
| XYZ | 8.81 | 6.23 | 1.09 | - |
| YUV | 66.3 | 97.36 | 165.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 50 | 12 | 0 | 0.58 | 0.90 | 0.53 | 21.31 | 0.82 | 0.26 |
| Hex | 77 | 32 | C | 0 | 3A | 5A | 35 | 15 | 52 | 1A |
| Octal | 167 | 62 | 14 | 0 | 72 | 132 | 65 | 25 | 122 | 32 |
| Binary | 1110111 | 110010 | 1100 | 0 | 111010 | 1011010 | 110101 | 10101 | 1010010 | 11010 |
Color Harmonies of #77320C
Complementary color
Monochromatic Colors of #77320C
Black with #77320C
Text Example
Text Example
White with #77320C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77320C; }
p { color: rgb(119,50,12); }
H1.HeaderClassName
{
color: #77320C;
}
.AnyTagClassName
{
color: #77320C;
}
</style>
background-color css
<style>
a { background-color: #77320C; }
a { background-color: rgb(119,50,12); }
div.DivClassName
{
background-color: #77320C;
}
.BgClassName
{
background-color: #77320C;
}
</style>
border-color css
<style>
span { border-color: #77320C; }
span { border-color: rgb(119,50,12); }
td.TdClassName
{
border-color: #77320C;
}
.TagClassName
{
border-color: #77320C;
}
</style>