Shades of Pueblo #78281C
Tints of Pueblo #78281C
RGB
CMYK
RGB Variations
Color information
#78281C (or 0x78281C) is known color: Pueblo. HEX triplet: 78, 28 and 1C. RGB value is (120,40,28). Sum of RGB (Red+Green+Blue) = 120+40+28=188 (24% of max value = 765). Red value is 120 (47.27% from 255 or 63.83% from 188); Green value is 40 (16.02% from 255 or 21.28% from 188); Blue value is 28 (11.33% from 255 or 14.89% from 188); Max value from RGB is 120 - color contains mainly: red. Hex color #78281C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78281C is #87D7E3. Grayscale: #3E3E3E. Windows color (decimal): -8902628 or 1845368. OLE color: 1845368.
HSL color Cylindrical-coordinate representation of color #78281C: hue angle of 7.83º degrees, saturation: 0.62, 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 #78281C is Cyan = 0, Magento = 0.67, Yellow = 0.77 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 40 | 28 | - |
| CMYK | 0 | 0.67 | 0.77 | 0.53 |
| HSL | 7.83º | 0.62% | 0.29% | - |
| HSV(B) | 7.83º | 0.77% | 0.47% | - |
| XYZ | 8.71 | 5.59 | 1.72 | - |
| YUV | 62.55 | 108.5 | 168.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 40 | 28 | 0 | 0.67 | 0.77 | 0.53 | 7.83 | 0.62 | 0.29 |
| Hex | 78 | 28 | 1C | 0 | 43 | 4D | 35 | 8 | 3E | 1D |
| Octal | 170 | 50 | 34 | 0 | 103 | 115 | 65 | 10 | 76 | 35 |
| Binary | 1111000 | 101000 | 11100 | 0 | 1000011 | 1001101 | 110101 | 1000 | 111110 | 11101 |
Color Harmonies of #78281C
Complementary color
Monochromatic Colors of #78281C
Black with #78281C
Text Example
Text Example
White with #78281C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78281C; }
p { color: rgb(120,40,28); }
H1.HeaderClassName
{
color: #78281C;
}
.AnyTagClassName
{
color: #78281C;
}
</style>
background-color css
<style>
a { background-color: #78281C; }
a { background-color: rgb(120,40,28); }
div.DivClassName
{
background-color: #78281C;
}
.BgClassName
{
background-color: #78281C;
}
</style>
border-color css
<style>
span { border-color: #78281C; }
span { border-color: rgb(120,40,28); }
td.TdClassName
{
border-color: #78281C;
}
.TagClassName
{
border-color: #78281C;
}
</style>