Shades of Peru Tan #78320C
Tints of Peru Tan #78320C
RGB
CMYK
RGB Variations
Color information
#78320C (or 0x78320C) is known color: Peru Tan. HEX triplet: 78, 32 and 0C. RGB value is (120,50,12). Sum of RGB (Red+Green+Blue) = 120+50+12=182 (24% of max value = 765). Red value is 120 (47.27% from 255 or 65.93% from 182); Green value is 50 (19.92% from 255 or 27.47% from 182); Blue value is 12 (5.08% from 255 or 6.59% from 182); Max value from RGB is 120 - color contains mainly: red. Hex color #78320C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #78320C is #87CDF3. Grayscale: #424242. Windows color (decimal): -8900084 or 799352. OLE color: 799352.
HSL color Cylindrical-coordinate representation of color #78320C: hue angle of 21.11º 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 #78320C is Cyan = 0, Magento = 0.58, Yellow = 0.90 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 50 | 12 | - |
| CMYK | 0 | 0.58 | 0.90 | 0.53 |
| HSL | 21.11º | 0.82% | 0.26% | - |
| HSV(B) | 21.11º | 0.9% | 0.47% | - |
| XYZ | 8.95 | 6.3 | 1.09 | - |
| YUV | 66.6 | 97.19 | 166.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 50 | 12 | 0 | 0.58 | 0.90 | 0.53 | 21.11 | 0.82 | 0.26 |
| Hex | 78 | 32 | C | 0 | 3A | 5A | 35 | 15 | 52 | 1A |
| Octal | 170 | 62 | 14 | 0 | 72 | 132 | 65 | 25 | 122 | 32 |
| Binary | 1111000 | 110010 | 1100 | 0 | 111010 | 1011010 | 110101 | 10101 | 1010010 | 11010 |
Color Harmonies of #78320C
Complementary color
Monochromatic Colors of #78320C
Black with #78320C
Text Example
Text Example
White with #78320C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78320C; }
p { color: rgb(120,50,12); }
H1.HeaderClassName
{
color: #78320C;
}
.AnyTagClassName
{
color: #78320C;
}
</style>
background-color css
<style>
a { background-color: #78320C; }
a { background-color: rgb(120,50,12); }
div.DivClassName
{
background-color: #78320C;
}
.BgClassName
{
background-color: #78320C;
}
</style>
border-color css
<style>
span { border-color: #78320C; }
span { border-color: rgb(120,50,12); }
td.TdClassName
{
border-color: #78320C;
}
.TagClassName
{
border-color: #78320C;
}
</style>