Shades of Pueblo #782C21
Tints of Pueblo #782C21
RGB
CMYK
RGB Variations
Color information
#782C21 (or 0x782C21) is known color: Pueblo. HEX triplet: 78, 2C and 21. RGB value is (120,44,33). Sum of RGB (Red+Green+Blue) = 120+44+33=197 (26% of max value = 765). Red value is 120 (47.27% from 255 or 60.91% from 197); Green value is 44 (17.58% from 255 or 22.34% from 197); Blue value is 33 (13.28% from 255 or 16.75% from 197); Max value from RGB is 120 - color contains mainly: red. Hex color #782C21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782C21 is #87D3DE. Grayscale: #414141. Windows color (decimal): -8901599 or 2174072. OLE color: 2174072.
HSL color Cylindrical-coordinate representation of color #782C21: hue angle of 7.59º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #782C21 is Cyan = 0, Magento = 0.63, Yellow = 0.72 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 44 | 33 | - |
| CMYK | 0 | 0.63 | 0.72 | 0.53 |
| HSL | 7.59º | 0.57% | 0.3% | - |
| HSV(B) | 7.59º | 0.73% | 0.47% | - |
| XYZ | 8.92 | 5.9 | 2.11 | - |
| YUV | 65.47 | 109.68 | 166.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 44 | 33 | 0 | 0.63 | 0.72 | 0.53 | 7.59 | 0.57 | 0.3 |
| Hex | 78 | 2C | 21 | 0 | 3F | 48 | 35 | 8 | 39 | 1E |
| Octal | 170 | 54 | 41 | 0 | 77 | 110 | 65 | 10 | 71 | 36 |
| Binary | 1111000 | 101100 | 100001 | 0 | 111111 | 1001000 | 110101 | 1000 | 111001 | 11110 |
Color Harmonies of #782C21
Complementary color
Monochromatic Colors of #782C21
Black with #782C21
Text Example
Text Example
White with #782C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #782C21; }
p { color: rgb(120,44,33); }
H1.HeaderClassName
{
color: #782C21;
}
.AnyTagClassName
{
color: #782C21;
}
</style>
background-color css
<style>
a { background-color: #782C21; }
a { background-color: rgb(120,44,33); }
div.DivClassName
{
background-color: #782C21;
}
.BgClassName
{
background-color: #782C21;
}
</style>
border-color css
<style>
span { border-color: #782C21; }
span { border-color: rgb(120,44,33); }
td.TdClassName
{
border-color: #782C21;
}
.TagClassName
{
border-color: #782C21;
}
</style>