Shades of Pueblo #78281B
Tints of Pueblo #78281B
RGB
CMYK
RGB Variations
Color information
#78281B (or 0x78281B) is known color: Pueblo. HEX triplet: 78, 28 and 1B. RGB value is (120,40,27). Sum of RGB (Red+Green+Blue) = 120+40+27=187 (24% of max value = 765). Red value is 120 (47.27% from 255 or 64.17% from 187); Green value is 40 (16.02% from 255 or 21.39% from 187); Blue value is 27 (10.94% from 255 or 14.44% from 187); Max value from RGB is 120 - color contains mainly: red. Hex color #78281B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78281B is #87D7E4. Grayscale: #3E3E3E. Windows color (decimal): -8902629 or 1779832. OLE color: 1779832.
HSL color Cylindrical-coordinate representation of color #78281B: hue angle of 8.39º degrees, saturation: 0.63, 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 #78281B is Cyan = 0, Magento = 0.67, Yellow = 0.78 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 40 | 27 | - |
| CMYK | 0 | 0.67 | 0.78 | 0.53 |
| HSL | 8.39º | 0.63% | 0.29% | - |
| HSV(B) | 8.39º | 0.78% | 0.47% | - |
| XYZ | 8.7 | 5.59 | 1.66 | - |
| YUV | 62.44 | 108 | 169.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 40 | 27 | 0 | 0.67 | 0.78 | 0.53 | 8.39 | 0.63 | 0.29 |
| Hex | 78 | 28 | 1B | 0 | 43 | 4E | 35 | 8 | 3F | 1D |
| Octal | 170 | 50 | 33 | 0 | 103 | 116 | 65 | 10 | 77 | 35 |
| Binary | 1111000 | 101000 | 11011 | 0 | 1000011 | 1001110 | 110101 | 1000 | 111111 | 11101 |
Color Harmonies of #78281B
Complementary color
Monochromatic Colors of #78281B
Black with #78281B
Text Example
Text Example
White with #78281B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78281B; }
p { color: rgb(120,40,27); }
H1.HeaderClassName
{
color: #78281B;
}
.AnyTagClassName
{
color: #78281B;
}
</style>
background-color css
<style>
a { background-color: #78281B; }
a { background-color: rgb(120,40,27); }
div.DivClassName
{
background-color: #78281B;
}
.BgClassName
{
background-color: #78281B;
}
</style>
border-color css
<style>
span { border-color: #78281B; }
span { border-color: rgb(120,40,27); }
td.TdClassName
{
border-color: #78281B;
}
.TagClassName
{
border-color: #78281B;
}
</style>