Shades of Peru Tan #78320E
Tints of Peru Tan #78320E
RGB
CMYK
RGB Variations
Color information
#78320E (or 0x78320E) is known color: Peru Tan. HEX triplet: 78, 32 and 0E. RGB value is (120,50,14). Sum of RGB (Red+Green+Blue) = 120+50+14=184 (24% of max value = 765). Red value is 120 (47.27% from 255 or 65.22% from 184); Green value is 50 (19.92% from 255 or 27.17% from 184); Blue value is 14 (5.86% from 255 or 7.61% from 184); Max value from RGB is 120 - color contains mainly: red. Hex color #78320E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #78320E is #87CDF1. Grayscale: #434343. Windows color (decimal): -8900082 or 930424. OLE color: 930424.
HSL color Cylindrical-coordinate representation of color #78320E: hue angle of 20.38º 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 #78320E is Cyan = 0, Magento = 0.58, Yellow = 0.88 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 50 | 14 | - |
| CMYK | 0 | 0.58 | 0.88 | 0.53 |
| HSL | 20.38º | 0.79% | 0.26% | - |
| HSV(B) | 20.38º | 0.88% | 0.47% | - |
| XYZ | 8.97 | 6.31 | 1.16 | - |
| YUV | 66.83 | 98.19 | 165.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 50 | 14 | 0 | 0.58 | 0.88 | 0.53 | 20.38 | 0.79 | 0.26 |
| Hex | 78 | 32 | E | 0 | 3A | 58 | 35 | 14 | 4F | 1A |
| Octal | 170 | 62 | 16 | 0 | 72 | 130 | 65 | 24 | 117 | 32 |
| Binary | 1111000 | 110010 | 1110 | 0 | 111010 | 1011000 | 110101 | 10100 | 1001111 | 11010 |
Color Harmonies of #78320E
Complementary color
Monochromatic Colors of #78320E
Black with #78320E
Text Example
Text Example
White with #78320E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78320E; }
p { color: rgb(120,50,14); }
H1.HeaderClassName
{
color: #78320E;
}
.AnyTagClassName
{
color: #78320E;
}
</style>
background-color css
<style>
a { background-color: #78320E; }
a { background-color: rgb(120,50,14); }
div.DivClassName
{
background-color: #78320E;
}
.BgClassName
{
background-color: #78320E;
}
</style>
border-color css
<style>
span { border-color: #78320E; }
span { border-color: rgb(120,50,14); }
td.TdClassName
{
border-color: #78320E;
}
.TagClassName
{
border-color: #78320E;
}
</style>