Shades of Peru Tan #78280C
Tints of Peru Tan #78280C
RGB
CMYK
RGB Variations
Color information
#78280C (or 0x78280C) is known color: Peru Tan. HEX triplet: 78, 28 and 0C. RGB value is (120,40,12). Sum of RGB (Red+Green+Blue) = 120+40+12=172 (22% of max value = 765). Red value is 120 (47.27% from 255 or 69.77% from 172); Green value is 40 (16.02% from 255 or 23.26% from 172); Blue value is 12 (5.08% from 255 or 6.98% from 172); Max value from RGB is 120 - color contains mainly: red. Hex color #78280C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #78280C is #87D7F3. Grayscale: #3C3C3C. Windows color (decimal): -8902644 or 796792. OLE color: 796792.
HSL color Cylindrical-coordinate representation of color #78280C: hue angle of 15.56º 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 #78280C is Cyan = 0, Magento = 0.67, Yellow = 0.90 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 40 | 12 | - |
| CMYK | 0 | 0.67 | 0.90 | 0.53 |
| HSL | 15.56º | 0.82% | 0.26% | - |
| HSV(B) | 15.56º | 0.9% | 0.47% | - |
| XYZ | 8.57 | 5.54 | 0.96 | - |
| YUV | 60.73 | 100.5 | 170.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 40 | 12 | 0 | 0.67 | 0.90 | 0.53 | 15.56 | 0.82 | 0.26 |
| Hex | 78 | 28 | C | 0 | 43 | 5A | 35 | 10 | 52 | 1A |
| Octal | 170 | 50 | 14 | 0 | 103 | 132 | 65 | 20 | 122 | 32 |
| Binary | 1111000 | 101000 | 1100 | 0 | 1000011 | 1011010 | 110101 | 10000 | 1010010 | 11010 |
Color Harmonies of #78280C
Complementary color
Monochromatic Colors of #78280C
Black with #78280C
Text Example
Text Example
White with #78280C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78280C; }
p { color: rgb(120,40,12); }
H1.HeaderClassName
{
color: #78280C;
}
.AnyTagClassName
{
color: #78280C;
}
</style>
background-color css
<style>
a { background-color: #78280C; }
a { background-color: rgb(120,40,12); }
div.DivClassName
{
background-color: #78280C;
}
.BgClassName
{
background-color: #78280C;
}
</style>
border-color css
<style>
span { border-color: #78280C; }
span { border-color: rgb(120,40,12); }
td.TdClassName
{
border-color: #78280C;
}
.TagClassName
{
border-color: #78280C;
}
</style>