Shades of Peru Tan #78350C
Tints of Peru Tan #78350C
RGB
CMYK
RGB Variations
Color information
#78350C (or 0x78350C) is known color: Peru Tan. HEX triplet: 78, 35 and 0C. RGB value is (120,53,12). Sum of RGB (Red+Green+Blue) = 120+53+12=185 (24% of max value = 765). Red value is 120 (47.27% from 255 or 64.86% from 185); Green value is 53 (21.09% from 255 or 28.65% from 185); Blue value is 12 (5.08% from 255 or 6.49% from 185); Max value from RGB is 120 - color contains mainly: red. Hex color #78350C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #78350C is #87CAF3. Grayscale: #444444. Windows color (decimal): -8899316 or 800120. OLE color: 800120.
HSL color Cylindrical-coordinate representation of color #78350C: hue angle of 22.78º 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 #78350C is Cyan = 0, Magento = 0.56, Yellow = 0.90 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 53 | 12 | - |
| CMYK | 0 | 0.56 | 0.90 | 0.53 |
| HSL | 22.78º | 0.82% | 0.26% | - |
| HSV(B) | 22.78º | 0.9% | 0.47% | - |
| XYZ | 9.09 | 6.57 | 1.14 | - |
| YUV | 68.36 | 96.2 | 164.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 53 | 12 | 0 | 0.56 | 0.90 | 0.53 | 22.78 | 0.82 | 0.26 |
| Hex | 78 | 35 | C | 0 | 38 | 5A | 35 | 17 | 52 | 1A |
| Octal | 170 | 65 | 14 | 0 | 70 | 132 | 65 | 27 | 122 | 32 |
| Binary | 1111000 | 110101 | 1100 | 0 | 111000 | 1011010 | 110101 | 10111 | 1010010 | 11010 |
Color Harmonies of #78350C
Complementary color
Monochromatic Colors of #78350C
Black with #78350C
Text Example
Text Example
White with #78350C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78350C; }
p { color: rgb(120,53,12); }
H1.HeaderClassName
{
color: #78350C;
}
.AnyTagClassName
{
color: #78350C;
}
</style>
background-color css
<style>
a { background-color: #78350C; }
a { background-color: rgb(120,53,12); }
div.DivClassName
{
background-color: #78350C;
}
.BgClassName
{
background-color: #78350C;
}
</style>
border-color css
<style>
span { border-color: #78350C; }
span { border-color: rgb(120,53,12); }
td.TdClassName
{
border-color: #78350C;
}
.TagClassName
{
border-color: #78350C;
}
</style>