Shades of Pueblo #78331E
Tints of Pueblo #78331E
RGB
CMYK
RGB Variations
Color information
#78331E (or 0x78331E) is known color: Pueblo. HEX triplet: 78, 33 and 1E. RGB value is (120,51,30). Sum of RGB (Red+Green+Blue) = 120+51+30=201 (26% of max value = 765). Red value is 120 (47.27% from 255 or 59.70% from 201); Green value is 51 (20.31% from 255 or 25.37% from 201); Blue value is 30 (12.11% from 255 or 14.93% from 201); Max value from RGB is 120 - color contains mainly: red. Hex color #78331E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78331E is #87CCE1. Grayscale: #454545. Windows color (decimal): -8899810 or 1979256. OLE color: 1979256.
HSL color Cylindrical-coordinate representation of color #78331E: hue angle of 14º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #78331E is Cyan = 0, Magento = 0.58, Yellow = 0.75 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 51 | 30 | - |
| CMYK | 0 | 0.58 | 0.75 | 0.53 |
| HSL | 14º | 0.6% | 0.29% | - |
| HSV(B) | 14º | 0.75% | 0.47% | - |
| XYZ | 9.16 | 6.45 | 1.99 | - |
| YUV | 69.24 | 105.86 | 164.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 51 | 30 | 0 | 0.58 | 0.75 | 0.53 | 14 | 0.6 | 0.29 |
| Hex | 78 | 33 | 1E | 0 | 3A | 4B | 35 | E | 3C | 1D |
| Octal | 170 | 63 | 36 | 0 | 72 | 113 | 65 | 16 | 74 | 35 |
| Binary | 1111000 | 110011 | 11110 | 0 | 111010 | 1001011 | 110101 | 1110 | 111100 | 11101 |
Color Harmonies of #78331E
Complementary color
Monochromatic Colors of #78331E
Black with #78331E
Text Example
Text Example
White with #78331E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78331E; }
p { color: rgb(120,51,30); }
H1.HeaderClassName
{
color: #78331E;
}
.AnyTagClassName
{
color: #78331E;
}
</style>
background-color css
<style>
a { background-color: #78331E; }
a { background-color: rgb(120,51,30); }
div.DivClassName
{
background-color: #78331E;
}
.BgClassName
{
background-color: #78331E;
}
</style>
border-color css
<style>
span { border-color: #78331E; }
span { border-color: rgb(120,51,30); }
td.TdClassName
{
border-color: #78331E;
}
.TagClassName
{
border-color: #78331E;
}
</style>