Shades of Pueblo #772B17
Tints of Pueblo #772B17
RGB
CMYK
RGB Variations
Color information
#772B17 (or 0x772B17) is known color: Pueblo. HEX triplet: 77, 2B and 17. RGB value is (119,43,23). Sum of RGB (Red+Green+Blue) = 119+43+23=185 (24% of max value = 765). Red value is 119 (46.88% from 255 or 64.32% from 185); Green value is 43 (17.19% from 255 or 23.24% from 185); Blue value is 23 (9.38% from 255 or 12.43% from 185); Max value from RGB is 119 - color contains mainly: red. Hex color #772B17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772B17 is #88D4E8. Grayscale: #3F3F3F. Windows color (decimal): -8967401 or 1518455. OLE color: 1518455.
HSL color Cylindrical-coordinate representation of color #772B17: hue angle of 12.5º 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 #772B17 is Cyan = 0, Magento = 0.64, Yellow = 0.81 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 43 | 23 | - |
| CMYK | 0 | 0.64 | 0.81 | 0.53 |
| HSL | 12.5º | 0.68% | 0.28% | - |
| HSV(B) | 12.5º | 0.81% | 0.47% | - |
| XYZ | 8.63 | 5.71 | 1.46 | - |
| YUV | 63.44 | 105.18 | 167.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 43 | 23 | 0 | 0.64 | 0.81 | 0.53 | 12.5 | 0.68 | 0.28 |
| Hex | 77 | 2B | 17 | 0 | 40 | 51 | 35 | C | 44 | 1C |
| Octal | 167 | 53 | 27 | 0 | 100 | 121 | 65 | 14 | 104 | 34 |
| Binary | 1110111 | 101011 | 10111 | 0 | 1000000 | 1010001 | 110101 | 1100 | 1000100 | 11100 |
Color Harmonies of #772B17
Complementary color
Monochromatic Colors of #772B17
Black with #772B17
Text Example
Text Example
White with #772B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772B17; }
p { color: rgb(119,43,23); }
H1.HeaderClassName
{
color: #772B17;
}
.AnyTagClassName
{
color: #772B17;
}
</style>
background-color css
<style>
a { background-color: #772B17; }
a { background-color: rgb(119,43,23); }
div.DivClassName
{
background-color: #772B17;
}
.BgClassName
{
background-color: #772B17;
}
</style>
border-color css
<style>
span { border-color: #772B17; }
span { border-color: rgb(119,43,23); }
td.TdClassName
{
border-color: #772B17;
}
.TagClassName
{
border-color: #772B17;
}
</style>