Shades of Pueblo #782A1D
Tints of Pueblo #782A1D
RGB
CMYK
RGB Variations
Color information
#782A1D (or 0x782A1D) is known color: Pueblo. HEX triplet: 78, 2A and 1D. RGB value is (120,42,29). Sum of RGB (Red+Green+Blue) = 120+42+29=191 (25% of max value = 765). Red value is 120 (47.27% from 255 or 62.83% from 191); Green value is 42 (16.80% from 255 or 21.99% from 191); Blue value is 29 (11.72% from 255 or 15.18% from 191); Max value from RGB is 120 - color contains mainly: red. Hex color #782A1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782A1D is #87D5E2. Grayscale: #3F3F3F. Windows color (decimal): -8902115 or 1911416. OLE color: 1911416.
HSL color Cylindrical-coordinate representation of color #782A1D: hue angle of 8.57º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #782A1D is Cyan = 0, Magento = 0.65, Yellow = 0.76 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 42 | 29 | - |
| CMYK | 0 | 0.65 | 0.76 | 0.53 |
| HSL | 8.57º | 0.61% | 0.29% | - |
| HSV(B) | 8.57º | 0.76% | 0.47% | - |
| XYZ | 8.8 | 5.74 | 1.81 | - |
| YUV | 63.84 | 108.34 | 168.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 42 | 29 | 0 | 0.65 | 0.76 | 0.53 | 8.57 | 0.61 | 0.29 |
| Hex | 78 | 2A | 1D | 0 | 41 | 4C | 35 | 9 | 3D | 1D |
| Octal | 170 | 52 | 35 | 0 | 101 | 114 | 65 | 11 | 75 | 35 |
| Binary | 1111000 | 101010 | 11101 | 0 | 1000001 | 1001100 | 110101 | 1001 | 111101 | 11101 |
Color Harmonies of #782A1D
Complementary color
Monochromatic Colors of #782A1D
Black with #782A1D
Text Example
Text Example
White with #782A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #782A1D; }
p { color: rgb(120,42,29); }
H1.HeaderClassName
{
color: #782A1D;
}
.AnyTagClassName
{
color: #782A1D;
}
</style>
background-color css
<style>
a { background-color: #782A1D; }
a { background-color: rgb(120,42,29); }
div.DivClassName
{
background-color: #782A1D;
}
.BgClassName
{
background-color: #782A1D;
}
</style>
border-color css
<style>
span { border-color: #782A1D; }
span { border-color: rgb(120,42,29); }
td.TdClassName
{
border-color: #782A1D;
}
.TagClassName
{
border-color: #782A1D;
}
</style>