Shades of Pueblo #782C17
Tints of Pueblo #782C17
RGB
CMYK
RGB Variations
Color information
#782C17 (or 0x782C17) is known color: Pueblo. HEX triplet: 78, 2C and 17. RGB value is (120,44,23). Sum of RGB (Red+Green+Blue) = 120+44+23=187 (24% of max value = 765). Red value is 120 (47.27% from 255 or 64.17% from 187); Green value is 44 (17.58% from 255 or 23.53% from 187); Blue value is 23 (9.38% from 255 or 12.30% from 187); Max value from RGB is 120 - color contains mainly: red. Hex color #782C17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #782C17 is #87D3E8. Grayscale: #404040. Windows color (decimal): -8901609 or 1518712. OLE color: 1518712.
HSL color Cylindrical-coordinate representation of color #782C17: hue angle of 12.99º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #782C17 is Cyan = 0, Magento = 0.63, Yellow = 0.81 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 44 | 23 | - |
| CMYK | 0 | 0.63 | 0.81 | 0.53 |
| HSL | 12.99º | 0.68% | 0.28% | - |
| HSV(B) | 12.99º | 0.81% | 0.47% | - |
| XYZ | 8.8 | 5.86 | 1.48 | - |
| YUV | 64.33 | 104.68 | 167.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 44 | 23 | 0 | 0.63 | 0.81 | 0.53 | 12.99 | 0.68 | 0.28 |
| Hex | 78 | 2C | 17 | 0 | 3F | 51 | 35 | D | 44 | 1C |
| Octal | 170 | 54 | 27 | 0 | 77 | 121 | 65 | 15 | 104 | 34 |
| Binary | 1111000 | 101100 | 10111 | 0 | 111111 | 1010001 | 110101 | 1101 | 1000100 | 11100 |
Color Harmonies of #782C17
Complementary color
Monochromatic Colors of #782C17
Black with #782C17
Text Example
Text Example
White with #782C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #782C17; }
p { color: rgb(120,44,23); }
H1.HeaderClassName
{
color: #782C17;
}
.AnyTagClassName
{
color: #782C17;
}
</style>
background-color css
<style>
a { background-color: #782C17; }
a { background-color: rgb(120,44,23); }
div.DivClassName
{
background-color: #782C17;
}
.BgClassName
{
background-color: #782C17;
}
</style>
border-color css
<style>
span { border-color: #782C17; }
span { border-color: rgb(120,44,23); }
td.TdClassName
{
border-color: #782C17;
}
.TagClassName
{
border-color: #782C17;
}
</style>