Shades of Peru Tan #78390D
Tints of Peru Tan #78390D
RGB
CMYK
RGB Variations
Color information
#78390D (or 0x78390D) is known color: Peru Tan. HEX triplet: 78, 39 and 0D. RGB value is (120,57,13). Sum of RGB (Red+Green+Blue) = 120+57+13=190 (25% of max value = 765). Red value is 120 (47.27% from 255 or 63.16% from 190); Green value is 57 (22.66% from 255 or 30% from 190); Blue value is 13 (5.47% from 255 or 6.84% from 190); Max value from RGB is 120 - color contains mainly: red. Hex color #78390D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #78390D is #87C6F2. Grayscale: #474747. Windows color (decimal): -8898291 or 866680. OLE color: 866680.
HSL color Cylindrical-coordinate representation of color #78390D: hue angle of 24.67º 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 #78390D is Cyan = 0, Magento = 0.52, Yellow = 0.89 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 57 | 13 | - |
| CMYK | 0 | 0.52 | 0.89 | 0.53 |
| HSL | 24.67º | 0.8% | 0.26% | - |
| HSV(B) | 24.67º | 0.89% | 0.47% | - |
| XYZ | 9.28 | 6.95 | 1.23 | - |
| YUV | 70.82 | 95.37 | 163.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 57 | 13 | 0 | 0.52 | 0.89 | 0.53 | 24.67 | 0.8 | 0.26 |
| Hex | 78 | 39 | D | 0 | 34 | 59 | 35 | 19 | 50 | 1A |
| Octal | 170 | 71 | 15 | 0 | 64 | 131 | 65 | 31 | 120 | 32 |
| Binary | 1111000 | 111001 | 1101 | 0 | 110100 | 1011001 | 110101 | 11001 | 1010000 | 11010 |
Color Harmonies of #78390D
Complementary color
Monochromatic Colors of #78390D
Black with #78390D
Text Example
Text Example
White with #78390D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78390D; }
p { color: rgb(120,57,13); }
H1.HeaderClassName
{
color: #78390D;
}
.AnyTagClassName
{
color: #78390D;
}
</style>
background-color css
<style>
a { background-color: #78390D; }
a { background-color: rgb(120,57,13); }
div.DivClassName
{
background-color: #78390D;
}
.BgClassName
{
background-color: #78390D;
}
</style>
border-color css
<style>
span { border-color: #78390D; }
span { border-color: rgb(120,57,13); }
td.TdClassName
{
border-color: #78390D;
}
.TagClassName
{
border-color: #78390D;
}
</style>