Shades of Pueblo #782C1B
Tints of Pueblo #782C1B
RGB
CMYK
RGB Variations
Color information
#782C1B (or 0x782C1B) is known color: Pueblo. HEX triplet: 78, 2C and 1B. RGB value is (120,44,27). Sum of RGB (Red+Green+Blue) = 120+44+27=191 (25% of max value = 765). Red value is 120 (47.27% from 255 or 62.83% from 191); Green value is 44 (17.58% from 255 or 23.04% from 191); Blue value is 27 (10.94% from 255 or 14.14% from 191); Max value from RGB is 120 - color contains mainly: red. Hex color #782C1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782C1B is #87D3E4. Grayscale: #404040. Windows color (decimal): -8901605 or 1780856. OLE color: 1780856.
HSL color Cylindrical-coordinate representation of color #782C1B: hue angle of 10.97º 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 #782C1B is Cyan = 0, Magento = 0.63, Yellow = 0.78 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 44 | 27 | - |
| CMYK | 0 | 0.63 | 0.78 | 0.53 |
| HSL | 10.97º | 0.63% | 0.29% | - |
| HSV(B) | 10.97º | 0.78% | 0.47% | - |
| XYZ | 8.84 | 5.87 | 1.7 | - |
| YUV | 64.79 | 106.68 | 167.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 44 | 27 | 0 | 0.63 | 0.78 | 0.53 | 10.97 | 0.63 | 0.29 |
| Hex | 78 | 2C | 1B | 0 | 3F | 4E | 35 | B | 3F | 1D |
| Octal | 170 | 54 | 33 | 0 | 77 | 116 | 65 | 13 | 77 | 35 |
| Binary | 1111000 | 101100 | 11011 | 0 | 111111 | 1001110 | 110101 | 1011 | 111111 | 11101 |
Color Harmonies of #782C1B
Complementary color
Monochromatic Colors of #782C1B
Black with #782C1B
Text Example
Text Example
White with #782C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #782C1B; }
p { color: rgb(120,44,27); }
H1.HeaderClassName
{
color: #782C1B;
}
.AnyTagClassName
{
color: #782C1B;
}
</style>
background-color css
<style>
a { background-color: #782C1B; }
a { background-color: rgb(120,44,27); }
div.DivClassName
{
background-color: #782C1B;
}
.BgClassName
{
background-color: #782C1B;
}
</style>
border-color css
<style>
span { border-color: #782C1B; }
span { border-color: rgb(120,44,27); }
td.TdClassName
{
border-color: #782C1B;
}
.TagClassName
{
border-color: #782C1B;
}
</style>