Shades of Pueblo #772B19
Tints of Pueblo #772B19
RGB
CMYK
RGB Variations
Color information
#772B19 (or 0x772B19) is known color: Pueblo. HEX triplet: 77, 2B and 19. RGB value is (119,43,25). Sum of RGB (Red+Green+Blue) = 119+43+25=187 (24% of max value = 765). Red value is 119 (46.88% from 255 or 63.64% from 187); Green value is 43 (17.19% from 255 or 22.99% from 187); Blue value is 25 (10.16% from 255 or 13.37% from 187); Max value from RGB is 119 - color contains mainly: red. Hex color #772B19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772B19 is #88D4E6. Grayscale: #3F3F3F. Windows color (decimal): -8967399 or 1649527. OLE color: 1649527.
HSL color Cylindrical-coordinate representation of color #772B19: hue angle of 11.49º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #772B19 is Cyan = 0, Magento = 0.64, Yellow = 0.79 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 43 | 25 | - |
| CMYK | 0 | 0.64 | 0.79 | 0.53 |
| HSL | 11.49º | 0.65% | 0.28% | - |
| HSV(B) | 11.49º | 0.79% | 0.47% | - |
| XYZ | 8.65 | 5.72 | 1.57 | - |
| YUV | 63.67 | 106.18 | 167.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 43 | 25 | 0 | 0.64 | 0.79 | 0.53 | 11.49 | 0.65 | 0.28 |
| Hex | 77 | 2B | 19 | 0 | 40 | 4F | 35 | B | 41 | 1C |
| Octal | 167 | 53 | 31 | 0 | 100 | 117 | 65 | 13 | 101 | 34 |
| Binary | 1110111 | 101011 | 11001 | 0 | 1000000 | 1001111 | 110101 | 1011 | 1000001 | 11100 |
Color Harmonies of #772B19
Complementary color
Monochromatic Colors of #772B19
Black with #772B19
Text Example
Text Example
White with #772B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772B19; }
p { color: rgb(119,43,25); }
H1.HeaderClassName
{
color: #772B19;
}
.AnyTagClassName
{
color: #772B19;
}
</style>
background-color css
<style>
a { background-color: #772B19; }
a { background-color: rgb(119,43,25); }
div.DivClassName
{
background-color: #772B19;
}
.BgClassName
{
background-color: #772B19;
}
</style>
border-color css
<style>
span { border-color: #772B19; }
span { border-color: rgb(119,43,25); }
td.TdClassName
{
border-color: #772B19;
}
.TagClassName
{
border-color: #772B19;
}
</style>