Shades of Pueblo #772A17
Tints of Pueblo #772A17
RGB
CMYK
RGB Variations
Color information
#772A17 (or 0x772A17) is known color: Pueblo. HEX triplet: 77, 2A and 17. RGB value is (119,42,23). Sum of RGB (Red+Green+Blue) = 119+42+23=184 (24% of max value = 765). Red value is 119 (46.88% from 255 or 64.67% from 184); Green value is 42 (16.80% from 255 or 22.83% from 184); Blue value is 23 (9.38% from 255 or 12.5% from 184); Max value from RGB is 119 - color contains mainly: red. Hex color #772A17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772A17 is #88D5E8. Grayscale: #3F3F3F. Windows color (decimal): -8967657 or 1518199. OLE color: 1518199.
HSL color Cylindrical-coordinate representation of color #772A17: hue angle of 11.88º 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 #772A17 is Cyan = 0, Magento = 0.65, Yellow = 0.81 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 42 | 23 | - |
| CMYK | 0 | 0.65 | 0.81 | 0.53 |
| HSL | 11.88º | 0.68% | 0.28% | - |
| HSV(B) | 11.88º | 0.81% | 0.47% | - |
| XYZ | 8.59 | 5.64 | 1.45 | - |
| YUV | 62.86 | 105.51 | 168.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 42 | 23 | 0 | 0.65 | 0.81 | 0.53 | 11.88 | 0.68 | 0.28 |
| Hex | 77 | 2A | 17 | 0 | 41 | 51 | 35 | C | 44 | 1C |
| Octal | 167 | 52 | 27 | 0 | 101 | 121 | 65 | 14 | 104 | 34 |
| Binary | 1110111 | 101010 | 10111 | 0 | 1000001 | 1010001 | 110101 | 1100 | 1000100 | 11100 |
Color Harmonies of #772A17
Complementary color
Monochromatic Colors of #772A17
Black with #772A17
Text Example
Text Example
White with #772A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772A17; }
p { color: rgb(119,42,23); }
H1.HeaderClassName
{
color: #772A17;
}
.AnyTagClassName
{
color: #772A17;
}
</style>
background-color css
<style>
a { background-color: #772A17; }
a { background-color: rgb(119,42,23); }
div.DivClassName
{
background-color: #772A17;
}
.BgClassName
{
background-color: #772A17;
}
</style>
border-color css
<style>
span { border-color: #772A17; }
span { border-color: rgb(119,42,23); }
td.TdClassName
{
border-color: #772A17;
}
.TagClassName
{
border-color: #772A17;
}
</style>