Shades of Peru Tan #78320B
Tints of Peru Tan #78320B
RGB
CMYK
RGB Variations
Color information
#78320B (or 0x78320B) is known color: Peru Tan. HEX triplet: 78, 32 and 0B. RGB value is (120,50,11). Sum of RGB (Red+Green+Blue) = 120+50+11=181 (23% of max value = 765). Red value is 120 (47.27% from 255 or 66.30% from 181); Green value is 50 (19.92% from 255 or 27.62% from 181); Blue value is 11 (4.69% from 255 or 6.08% from 181); Max value from RGB is 120 - color contains mainly: red. Hex color #78320B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #78320B is #87CDF4. Grayscale: #424242. Windows color (decimal): -8900085 or 733816. OLE color: 733816.
HSL color Cylindrical-coordinate representation of color #78320B: hue angle of 21.47º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #78320B is Cyan = 0, Magento = 0.58, Yellow = 0.91 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 50 | 11 | - |
| CMYK | 0 | 0.58 | 0.91 | 0.53 |
| HSL | 21.47º | 0.83% | 0.26% | - |
| HSV(B) | 21.47º | 0.91% | 0.47% | - |
| XYZ | 8.95 | 6.3 | 1.06 | - |
| YUV | 66.48 | 96.69 | 166.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 50 | 11 | 0 | 0.58 | 0.91 | 0.53 | 21.47 | 0.83 | 0.26 |
| Hex | 78 | 32 | B | 0 | 3A | 5B | 35 | 15 | 53 | 1A |
| Octal | 170 | 62 | 13 | 0 | 72 | 133 | 65 | 25 | 123 | 32 |
| Binary | 1111000 | 110010 | 1011 | 0 | 111010 | 1011011 | 110101 | 10101 | 1010011 | 11010 |
Color Harmonies of #78320B
Complementary color
Monochromatic Colors of #78320B
Black with #78320B
Text Example
Text Example
White with #78320B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78320B; }
p { color: rgb(120,50,11); }
H1.HeaderClassName
{
color: #78320B;
}
.AnyTagClassName
{
color: #78320B;
}
</style>
background-color css
<style>
a { background-color: #78320B; }
a { background-color: rgb(120,50,11); }
div.DivClassName
{
background-color: #78320B;
}
.BgClassName
{
background-color: #78320B;
}
</style>
border-color css
<style>
span { border-color: #78320B; }
span { border-color: rgb(120,50,11); }
td.TdClassName
{
border-color: #78320B;
}
.TagClassName
{
border-color: #78320B;
}
</style>