Shades of Peru Tan #78361B
Tints of Peru Tan #78361B
RGB
CMYK
RGB Variations
Color information
#78361B (or 0x78361B) is known color: Peru Tan. HEX triplet: 78, 36 and 1B. RGB value is (120,54,27). Sum of RGB (Red+Green+Blue) = 120+54+27=201 (26% of max value = 765). Red value is 120 (47.27% from 255 or 59.70% from 201); Green value is 54 (21.48% from 255 or 26.87% from 201); Blue value is 27 (10.94% from 255 or 13.43% from 201); Max value from RGB is 120 - color contains mainly: red. Hex color #78361B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78361B is #87C9E4. Grayscale: #464646. Windows color (decimal): -8899045 or 1783416. OLE color: 1783416.
HSL color Cylindrical-coordinate representation of color #78361B: hue angle of 17.42º 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 #78361B is Cyan = 0, Magento = 0.55, Yellow = 0.78 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 54 | 27 | - |
| CMYK | 0 | 0.55 | 0.78 | 0.53 |
| HSL | 17.42º | 0.63% | 0.29% | - |
| HSV(B) | 17.42º | 0.78% | 0.47% | - |
| XYZ | 9.26 | 6.71 | 1.84 | - |
| YUV | 70.66 | 103.37 | 163.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 54 | 27 | 0 | 0.55 | 0.78 | 0.53 | 17.42 | 0.63 | 0.29 |
| Hex | 78 | 36 | 1B | 0 | 37 | 4E | 35 | 11 | 3F | 1D |
| Octal | 170 | 66 | 33 | 0 | 67 | 116 | 65 | 21 | 77 | 35 |
| Binary | 1111000 | 110110 | 11011 | 0 | 110111 | 1001110 | 110101 | 10001 | 111111 | 11101 |
Color Harmonies of #78361B
Complementary color
Monochromatic Colors of #78361B
Black with #78361B
Text Example
Text Example
White with #78361B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78361B; }
p { color: rgb(120,54,27); }
H1.HeaderClassName
{
color: #78361B;
}
.AnyTagClassName
{
color: #78361B;
}
</style>
background-color css
<style>
a { background-color: #78361B; }
a { background-color: rgb(120,54,27); }
div.DivClassName
{
background-color: #78361B;
}
.BgClassName
{
background-color: #78361B;
}
</style>
border-color css
<style>
span { border-color: #78361B; }
span { border-color: rgb(120,54,27); }
td.TdClassName
{
border-color: #78361B;
}
.TagClassName
{
border-color: #78361B;
}
</style>