Shades of Peru Tan #78411D
Tints of Peru Tan #78411D
RGB
CMYK
RGB Variations
Color information
#78411D (or 0x78411D) is known color: Peru Tan. HEX triplet: 78, 41 and 1D. RGB value is (120,65,29). Sum of RGB (Red+Green+Blue) = 120+65+29=214 (28% of max value = 765). Red value is 120 (47.27% from 255 or 56.07% from 214); Green value is 65 (25.78% from 255 or 30.37% from 214); Blue value is 29 (11.72% from 255 or 13.55% from 214); Max value from RGB is 120 - color contains mainly: red. Hex color #78411D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78411D is #87BEE2. Grayscale: #4D4D4D. Windows color (decimal): -8896227 or 1917304. OLE color: 1917304.
HSL color Cylindrical-coordinate representation of color #78411D: hue angle of 23.74º 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 #78411D is Cyan = 0, Magento = 0.46, Yellow = 0.76 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 65 | 29 | - |
| CMYK | 0 | 0.46 | 0.76 | 0.53 |
| HSL | 23.74º | 0.61% | 0.29% | - |
| HSV(B) | 23.74º | 0.76% | 0.47% | - |
| XYZ | 9.86 | 7.86 | 2.16 | - |
| YUV | 77.34 | 100.72 | 158.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 65 | 29 | 0 | 0.46 | 0.76 | 0.53 | 23.74 | 0.61 | 0.29 |
| Hex | 78 | 41 | 1D | 0 | 2E | 4C | 35 | 18 | 3D | 1D |
| Octal | 170 | 101 | 35 | 0 | 56 | 114 | 65 | 30 | 75 | 35 |
| Binary | 1111000 | 1000001 | 11101 | 0 | 101110 | 1001100 | 110101 | 11000 | 111101 | 11101 |
Color Harmonies of #78411D
Complementary color
Monochromatic Colors of #78411D
Black with #78411D
Text Example
Text Example
White with #78411D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78411D; }
p { color: rgb(120,65,29); }
H1.HeaderClassName
{
color: #78411D;
}
.AnyTagClassName
{
color: #78411D;
}
</style>
background-color css
<style>
a { background-color: #78411D; }
a { background-color: rgb(120,65,29); }
div.DivClassName
{
background-color: #78411D;
}
.BgClassName
{
background-color: #78411D;
}
</style>
border-color css
<style>
span { border-color: #78411D; }
span { border-color: rgb(120,65,29); }
td.TdClassName
{
border-color: #78411D;
}
.TagClassName
{
border-color: #78411D;
}
</style>