Shades of Pueblo #782A1C
Tints of Pueblo #782A1C
RGB
CMYK
RGB Variations
Color information
#782A1C (or 0x782A1C) is known color: Pueblo. HEX triplet: 78, 2A and 1C. RGB value is (120,42,28). Sum of RGB (Red+Green+Blue) = 120+42+28=190 (25% of max value = 765). Red value is 120 (47.27% from 255 or 63.16% from 190); Green value is 42 (16.80% from 255 or 22.11% from 190); Blue value is 28 (11.33% from 255 or 14.74% from 190); Max value from RGB is 120 - color contains mainly: red. Hex color #782A1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782A1C is #87D5E3. Grayscale: #3F3F3F. Windows color (decimal): -8902116 or 1845880. OLE color: 1845880.
HSL color Cylindrical-coordinate representation of color #782A1C: hue angle of 9.13º 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 #782A1C is Cyan = 0, Magento = 0.65, Yellow = 0.77 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 42 | 28 | - |
| CMYK | 0 | 0.65 | 0.77 | 0.53 |
| HSL | 9.13º | 0.62% | 0.29% | - |
| HSV(B) | 9.13º | 0.77% | 0.47% | - |
| XYZ | 8.78 | 5.73 | 1.74 | - |
| YUV | 63.73 | 107.84 | 168.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 42 | 28 | 0 | 0.65 | 0.77 | 0.53 | 9.13 | 0.62 | 0.29 |
| Hex | 78 | 2A | 1C | 0 | 41 | 4D | 35 | 9 | 3E | 1D |
| Octal | 170 | 52 | 34 | 0 | 101 | 115 | 65 | 11 | 76 | 35 |
| Binary | 1111000 | 101010 | 11100 | 0 | 1000001 | 1001101 | 110101 | 1001 | 111110 | 11101 |
Color Harmonies of #782A1C
Complementary color
Monochromatic Colors of #782A1C
Black with #782A1C
Text Example
Text Example
White with #782A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #782A1C; }
p { color: rgb(120,42,28); }
H1.HeaderClassName
{
color: #782A1C;
}
.AnyTagClassName
{
color: #782A1C;
}
</style>
background-color css
<style>
a { background-color: #782A1C; }
a { background-color: rgb(120,42,28); }
div.DivClassName
{
background-color: #782A1C;
}
.BgClassName
{
background-color: #782A1C;
}
</style>
border-color css
<style>
span { border-color: #782A1C; }
span { border-color: rgb(120,42,28); }
td.TdClassName
{
border-color: #782A1C;
}
.TagClassName
{
border-color: #782A1C;
}
</style>