Shades of Peru Tan #78330F
Tints of Peru Tan #78330F
RGB
CMYK
RGB Variations
Color information
#78330F (or 0x78330F) is known color: Peru Tan. HEX triplet: 78, 33 and 0F. RGB value is (120,51,15). Sum of RGB (Red+Green+Blue) = 120+51+15=186 (24% of max value = 765). Red value is 120 (47.27% from 255 or 64.52% from 186); Green value is 51 (20.31% from 255 or 27.42% from 186); Blue value is 15 (6.25% from 255 or 8.06% from 186); Max value from RGB is 120 - color contains mainly: red. Hex color #78330F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #78330F is #87CCF0. Grayscale: #434343. Windows color (decimal): -8899825 or 996216. OLE color: 996216.
HSL color Cylindrical-coordinate representation of color #78330F: hue angle of 20.57º degrees, saturation: 0.78, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #78330F is Cyan = 0, Magento = 0.58, Yellow = 0.87 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 51 | 15 | - |
| CMYK | 0 | 0.58 | 0.87 | 0.53 |
| HSL | 20.57º | 0.78% | 0.26% | - |
| HSV(B) | 20.57º | 0.88% | 0.47% | - |
| XYZ | 9.02 | 6.4 | 1.21 | - |
| YUV | 67.53 | 98.36 | 165.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 51 | 15 | 0 | 0.58 | 0.87 | 0.53 | 20.57 | 0.78 | 0.26 |
| Hex | 78 | 33 | F | 0 | 3A | 57 | 35 | 15 | 4E | 1A |
| Octal | 170 | 63 | 17 | 0 | 72 | 127 | 65 | 25 | 116 | 32 |
| Binary | 1111000 | 110011 | 1111 | 0 | 111010 | 1010111 | 110101 | 10101 | 1001110 | 11010 |
Color Harmonies of #78330F
Complementary color
Monochromatic Colors of #78330F
Black with #78330F
Text Example
Text Example
White with #78330F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78330F; }
p { color: rgb(120,51,15); }
H1.HeaderClassName
{
color: #78330F;
}
.AnyTagClassName
{
color: #78330F;
}
</style>
background-color css
<style>
a { background-color: #78330F; }
a { background-color: rgb(120,51,15); }
div.DivClassName
{
background-color: #78330F;
}
.BgClassName
{
background-color: #78330F;
}
</style>
border-color css
<style>
span { border-color: #78330F; }
span { border-color: rgb(120,51,15); }
td.TdClassName
{
border-color: #78330F;
}
.TagClassName
{
border-color: #78330F;
}
</style>