Shades of Pueblo #78291C
Tints of Pueblo #78291C
RGB
CMYK
RGB Variations
Color information
#78291C (or 0x78291C) is known color: Pueblo. HEX triplet: 78, 29 and 1C. RGB value is (120,41,28). Sum of RGB (Red+Green+Blue) = 120+41+28=189 (25% of max value = 765). Red value is 120 (47.27% from 255 or 63.49% from 189); Green value is 41 (16.41% from 255 or 21.69% from 189); Blue value is 28 (11.33% from 255 or 14.81% from 189); Max value from RGB is 120 - color contains mainly: red. Hex color #78291C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78291C is #87D6E3. Grayscale: #3F3F3F. Windows color (decimal): -8902372 or 1845624. OLE color: 1845624.
HSL color Cylindrical-coordinate representation of color #78291C: hue angle of 8.48º 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 #78291C is Cyan = 0, Magento = 0.66, Yellow = 0.77 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 41 | 28 | - |
| CMYK | 0 | 0.66 | 0.77 | 0.53 |
| HSL | 8.48º | 0.62% | 0.29% | - |
| HSV(B) | 8.48º | 0.77% | 0.47% | - |
| XYZ | 8.75 | 5.66 | 1.73 | - |
| YUV | 63.14 | 108.17 | 168.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 41 | 28 | 0 | 0.66 | 0.77 | 0.53 | 8.48 | 0.62 | 0.29 |
| Hex | 78 | 29 | 1C | 0 | 42 | 4D | 35 | 8 | 3E | 1D |
| Octal | 170 | 51 | 34 | 0 | 102 | 115 | 65 | 10 | 76 | 35 |
| Binary | 1111000 | 101001 | 11100 | 0 | 1000010 | 1001101 | 110101 | 1000 | 111110 | 11101 |
Color Harmonies of #78291C
Complementary color
Monochromatic Colors of #78291C
Black with #78291C
Text Example
Text Example
White with #78291C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78291C; }
p { color: rgb(120,41,28); }
H1.HeaderClassName
{
color: #78291C;
}
.AnyTagClassName
{
color: #78291C;
}
</style>
background-color css
<style>
a { background-color: #78291C; }
a { background-color: rgb(120,41,28); }
div.DivClassName
{
background-color: #78291C;
}
.BgClassName
{
background-color: #78291C;
}
</style>
border-color css
<style>
span { border-color: #78291C; }
span { border-color: rgb(120,41,28); }
td.TdClassName
{
border-color: #78291C;
}
.TagClassName
{
border-color: #78291C;
}
</style>