Shades of Peru Tan #78320D
Tints of Peru Tan #78320D
RGB
CMYK
RGB Variations
Color information
#78320D (or 0x78320D) is known color: Peru Tan. HEX triplet: 78, 32 and 0D. RGB value is (120,50,13). Sum of RGB (Red+Green+Blue) = 120+50+13=183 (24% of max value = 765). Red value is 120 (47.27% from 255 or 65.57% from 183); Green value is 50 (19.92% from 255 or 27.32% from 183); Blue value is 13 (5.47% from 255 or 7.10% from 183); Max value from RGB is 120 - color contains mainly: red. Hex color #78320D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #78320D is #87CDF2. Grayscale: #424242. Windows color (decimal): -8900083 or 864888. OLE color: 864888.
HSL color Cylindrical-coordinate representation of color #78320D: hue angle of 20.75º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #78320D is Cyan = 0, Magento = 0.58, Yellow = 0.89 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 50 | 13 | - |
| CMYK | 0 | 0.58 | 0.89 | 0.53 |
| HSL | 20.75º | 0.8% | 0.26% | - |
| HSV(B) | 20.75º | 0.89% | 0.47% | - |
| XYZ | 8.96 | 6.3 | 1.13 | - |
| YUV | 66.71 | 97.69 | 166.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 50 | 13 | 0 | 0.58 | 0.89 | 0.53 | 20.75 | 0.8 | 0.26 |
| Hex | 78 | 32 | D | 0 | 3A | 59 | 35 | 15 | 50 | 1A |
| Octal | 170 | 62 | 15 | 0 | 72 | 131 | 65 | 25 | 120 | 32 |
| Binary | 1111000 | 110010 | 1101 | 0 | 111010 | 1011001 | 110101 | 10101 | 1010000 | 11010 |
Color Harmonies of #78320D
Complementary color
Monochromatic Colors of #78320D
Black with #78320D
Text Example
Text Example
White with #78320D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78320D; }
p { color: rgb(120,50,13); }
H1.HeaderClassName
{
color: #78320D;
}
.AnyTagClassName
{
color: #78320D;
}
</style>
background-color css
<style>
a { background-color: #78320D; }
a { background-color: rgb(120,50,13); }
div.DivClassName
{
background-color: #78320D;
}
.BgClassName
{
background-color: #78320D;
}
</style>
border-color css
<style>
span { border-color: #78320D; }
span { border-color: rgb(120,50,13); }
td.TdClassName
{
border-color: #78320D;
}
.TagClassName
{
border-color: #78320D;
}
</style>