Shades of Pueblo #782B15
Tints of Pueblo #782B15
RGB
CMYK
RGB Variations
Color information
#782B15 (or 0x782B15) is known color: Pueblo. HEX triplet: 78, 2B and 15. RGB value is (120,43,21). Sum of RGB (Red+Green+Blue) = 120+43+21=184 (24% of max value = 765). Red value is 120 (47.27% from 255 or 65.22% from 184); Green value is 43 (17.19% from 255 or 23.37% from 184); Blue value is 21 (8.59% from 255 or 11.41% from 184); Max value from RGB is 120 - color contains mainly: red. Hex color #782B15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #782B15 is #87D4EA. Grayscale: #3F3F3F. Windows color (decimal): -8901867 or 1387384. OLE color: 1387384.
HSL color Cylindrical-coordinate representation of color #782B15: hue angle of 13.33º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #782B15 is Cyan = 0, Magento = 0.64, Yellow = 0.83 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 43 | 21 | - |
| CMYK | 0 | 0.64 | 0.83 | 0.53 |
| HSL | 13.33º | 0.7% | 0.28% | - |
| HSV(B) | 13.33º | 0.83% | 0.47% | - |
| XYZ | 8.74 | 5.77 | 1.36 | - |
| YUV | 63.52 | 104.01 | 168.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 43 | 21 | 0 | 0.64 | 0.83 | 0.53 | 13.33 | 0.7 | 0.28 |
| Hex | 78 | 2B | 15 | 0 | 40 | 53 | 35 | D | 46 | 1C |
| Octal | 170 | 53 | 25 | 0 | 100 | 123 | 65 | 15 | 106 | 34 |
| Binary | 1111000 | 101011 | 10101 | 0 | 1000000 | 1010011 | 110101 | 1101 | 1000110 | 11100 |
Color Harmonies of #782B15
Complementary color
Monochromatic Colors of #782B15
Black with #782B15
Text Example
Text Example
White with #782B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #782B15; }
p { color: rgb(120,43,21); }
H1.HeaderClassName
{
color: #782B15;
}
.AnyTagClassName
{
color: #782B15;
}
</style>
background-color css
<style>
a { background-color: #782B15; }
a { background-color: rgb(120,43,21); }
div.DivClassName
{
background-color: #782B15;
}
.BgClassName
{
background-color: #782B15;
}
</style>
border-color css
<style>
span { border-color: #782B15; }
span { border-color: rgb(120,43,21); }
td.TdClassName
{
border-color: #782B15;
}
.TagClassName
{
border-color: #782B15;
}
</style>