Shades of Peru Tan #78411B
Tints of Peru Tan #78411B
RGB
CMYK
RGB Variations
Color information
#78411B (or 0x78411B) is known color: Peru Tan. HEX triplet: 78, 41 and 1B. RGB value is (120,65,27). Sum of RGB (Red+Green+Blue) = 120+65+27=212 (28% of max value = 765). Red value is 120 (47.27% from 255 or 56.60% from 212); Green value is 65 (25.78% from 255 or 30.66% from 212); Blue value is 27 (10.94% from 255 or 12.74% from 212); Max value from RGB is 120 - color contains mainly: red. Hex color #78411B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78411B is #87BEE4. Grayscale: #4D4D4D. Windows color (decimal): -8896229 or 1786232. OLE color: 1786232.
HSL color Cylindrical-coordinate representation of color #78411B: hue angle of 24.52º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #78411B is Cyan = 0, Magento = 0.46, Yellow = 0.78 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 65 | 27 | - |
| CMYK | 0 | 0.46 | 0.78 | 0.53 |
| HSL | 24.52º | 0.63% | 0.29% | - |
| HSV(B) | 24.52º | 0.78% | 0.47% | - |
| XYZ | 9.83 | 7.85 | 2.03 | - |
| YUV | 77.11 | 99.72 | 158.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 65 | 27 | 0 | 0.46 | 0.78 | 0.53 | 24.52 | 0.63 | 0.29 |
| Hex | 78 | 41 | 1B | 0 | 2E | 4E | 35 | 19 | 3F | 1D |
| Octal | 170 | 101 | 33 | 0 | 56 | 116 | 65 | 31 | 77 | 35 |
| Binary | 1111000 | 1000001 | 11011 | 0 | 101110 | 1001110 | 110101 | 11001 | 111111 | 11101 |
Color Harmonies of #78411B
Complementary color
Monochromatic Colors of #78411B
Black with #78411B
Text Example
Text Example
White with #78411B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78411B; }
p { color: rgb(120,65,27); }
H1.HeaderClassName
{
color: #78411B;
}
.AnyTagClassName
{
color: #78411B;
}
</style>
background-color css
<style>
a { background-color: #78411B; }
a { background-color: rgb(120,65,27); }
div.DivClassName
{
background-color: #78411B;
}
.BgClassName
{
background-color: #78411B;
}
</style>
border-color css
<style>
span { border-color: #78411B; }
span { border-color: rgb(120,65,27); }
td.TdClassName
{
border-color: #78411B;
}
.TagClassName
{
border-color: #78411B;
}
</style>