Shades of Pueblo #772B15
Tints of Pueblo #772B15
RGB
CMYK
RGB Variations
Color information
#772B15 (or 0x772B15) is known color: Pueblo. HEX triplet: 77, 2B and 15. RGB value is (119,43,21). Sum of RGB (Red+Green+Blue) = 119+43+21=183 (24% of max value = 765). Red value is 119 (46.88% from 255 or 65.03% from 183); Green value is 43 (17.19% from 255 or 23.50% from 183); Blue value is 21 (8.59% from 255 or 11.48% from 183); Max value from RGB is 119 - color contains mainly: red. Hex color #772B15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772B15 is #88D4EA. Grayscale: #3F3F3F. Windows color (decimal): -8967403 or 1387383. OLE color: 1387383.
HSL color Cylindrical-coordinate representation of color #772B15: hue angle of 13.47º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #772B15 is Cyan = 0, Magento = 0.64, Yellow = 0.82 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 43 | 21 | - |
| CMYK | 0 | 0.64 | 0.82 | 0.53 |
| HSL | 13.47º | 0.7% | 0.27% | - |
| HSV(B) | 13.47º | 0.82% | 0.47% | - |
| XYZ | 8.61 | 5.7 | 1.36 | - |
| YUV | 63.22 | 104.18 | 167.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 43 | 21 | 0 | 0.64 | 0.82 | 0.53 | 13.47 | 0.7 | 0.27 |
| Hex | 77 | 2B | 15 | 0 | 40 | 52 | 35 | D | 46 | 1B |
| Octal | 167 | 53 | 25 | 0 | 100 | 122 | 65 | 15 | 106 | 33 |
| Binary | 1110111 | 101011 | 10101 | 0 | 1000000 | 1010010 | 110101 | 1101 | 1000110 | 11011 |
Color Harmonies of #772B15
Complementary color
Monochromatic Colors of #772B15
Black with #772B15
Text Example
Text Example
White with #772B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772B15; }
p { color: rgb(119,43,21); }
H1.HeaderClassName
{
color: #772B15;
}
.AnyTagClassName
{
color: #772B15;
}
</style>
background-color css
<style>
a { background-color: #772B15; }
a { background-color: rgb(119,43,21); }
div.DivClassName
{
background-color: #772B15;
}
.BgClassName
{
background-color: #772B15;
}
</style>
border-color css
<style>
span { border-color: #772B15; }
span { border-color: rgb(119,43,21); }
td.TdClassName
{
border-color: #772B15;
}
.TagClassName
{
border-color: #772B15;
}
</style>