Shades of Peru Tan #78330C
Tints of Peru Tan #78330C
RGB
CMYK
RGB Variations
Color information
#78330C (or 0x78330C) is known color: Peru Tan. HEX triplet: 78, 33 and 0C. RGB value is (120,51,12). Sum of RGB (Red+Green+Blue) = 120+51+12=183 (24% of max value = 765). Red value is 120 (47.27% from 255 or 65.57% from 183); Green value is 51 (20.31% from 255 or 27.87% from 183); Blue value is 12 (5.08% from 255 or 6.56% from 183); Max value from RGB is 120 - color contains mainly: red. Hex color #78330C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #78330C is #87CCF3. Grayscale: #434343. Windows color (decimal): -8899828 or 799608. OLE color: 799608.
HSL color Cylindrical-coordinate representation of color #78330C: hue angle of 21.67º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #78330C is Cyan = 0, Magento = 0.58, Yellow = 0.90 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 51 | 12 | - |
| CMYK | 0 | 0.58 | 0.90 | 0.53 |
| HSL | 21.67º | 0.82% | 0.26% | - |
| HSV(B) | 21.67º | 0.9% | 0.47% | - |
| XYZ | 9 | 6.39 | 1.11 | - |
| YUV | 67.19 | 96.86 | 165.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 51 | 12 | 0 | 0.58 | 0.90 | 0.53 | 21.67 | 0.82 | 0.26 |
| Hex | 78 | 33 | C | 0 | 3A | 5A | 35 | 16 | 52 | 1A |
| Octal | 170 | 63 | 14 | 0 | 72 | 132 | 65 | 26 | 122 | 32 |
| Binary | 1111000 | 110011 | 1100 | 0 | 111010 | 1011010 | 110101 | 10110 | 1010010 | 11010 |
Color Harmonies of #78330C
Complementary color
Monochromatic Colors of #78330C
Black with #78330C
Text Example
Text Example
White with #78330C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78330C; }
p { color: rgb(120,51,12); }
H1.HeaderClassName
{
color: #78330C;
}
.AnyTagClassName
{
color: #78330C;
}
</style>
background-color css
<style>
a { background-color: #78330C; }
a { background-color: rgb(120,51,12); }
div.DivClassName
{
background-color: #78330C;
}
.BgClassName
{
background-color: #78330C;
}
</style>
border-color css
<style>
span { border-color: #78330C; }
span { border-color: rgb(120,51,12); }
td.TdClassName
{
border-color: #78330C;
}
.TagClassName
{
border-color: #78330C;
}
</style>