Shades of Peru Tan #78351D
Tints of Peru Tan #78351D
RGB
CMYK
RGB Variations
Color information
#78351D (or 0x78351D) is known color: Peru Tan. HEX triplet: 78, 35 and 1D. RGB value is (120,53,29). Sum of RGB (Red+Green+Blue) = 120+53+29=202 (26% of max value = 765). Red value is 120 (47.27% from 255 or 59.41% from 202); Green value is 53 (21.09% from 255 or 26.24% from 202); Blue value is 29 (11.72% from 255 or 14.36% from 202); Max value from RGB is 120 - color contains mainly: red. Hex color #78351D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78351D is #87CAE2. Grayscale: #464646. Windows color (decimal): -8899299 or 1914232. OLE color: 1914232.
HSL color Cylindrical-coordinate representation of color #78351D: hue angle of 15.82º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #78351D is Cyan = 0, Magento = 0.56, Yellow = 0.76 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 53 | 29 | - |
| CMYK | 0 | 0.56 | 0.76 | 0.53 |
| HSL | 15.82º | 0.61% | 0.29% | - |
| HSV(B) | 15.82º | 0.76% | 0.47% | - |
| XYZ | 9.24 | 6.63 | 1.95 | - |
| YUV | 70.3 | 104.7 | 163.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 53 | 29 | 0 | 0.56 | 0.76 | 0.53 | 15.82 | 0.61 | 0.29 |
| Hex | 78 | 35 | 1D | 0 | 38 | 4C | 35 | 10 | 3D | 1D |
| Octal | 170 | 65 | 35 | 0 | 70 | 114 | 65 | 20 | 75 | 35 |
| Binary | 1111000 | 110101 | 11101 | 0 | 111000 | 1001100 | 110101 | 10000 | 111101 | 11101 |
Color Harmonies of #78351D
Complementary color
Monochromatic Colors of #78351D
Black with #78351D
Text Example
Text Example
White with #78351D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78351D; }
p { color: rgb(120,53,29); }
H1.HeaderClassName
{
color: #78351D;
}
.AnyTagClassName
{
color: #78351D;
}
</style>
background-color css
<style>
a { background-color: #78351D; }
a { background-color: rgb(120,53,29); }
div.DivClassName
{
background-color: #78351D;
}
.BgClassName
{
background-color: #78351D;
}
</style>
border-color css
<style>
span { border-color: #78351D; }
span { border-color: rgb(120,53,29); }
td.TdClassName
{
border-color: #78351D;
}
.TagClassName
{
border-color: #78351D;
}
</style>