Shades of Pueblo #772B13
Tints of Pueblo #772B13
RGB
CMYK
RGB Variations
Color information
#772B13 (or 0x772B13) is known color: Pueblo. HEX triplet: 77, 2B and 13. RGB value is (119,43,19). Sum of RGB (Red+Green+Blue) = 119+43+19=181 (23% of max value = 765). Red value is 119 (46.88% from 255 or 65.75% from 181); Green value is 43 (17.19% from 255 or 23.76% from 181); Blue value is 19 (7.81% from 255 or 10.50% from 181); Max value from RGB is 119 - color contains mainly: red. Hex color #772B13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772B13 is #88D4EC. Grayscale: #3F3F3F. Windows color (decimal): -8967405 or 1256311. OLE color: 1256311.
HSL color Cylindrical-coordinate representation of color #772B13: hue angle of 14.4º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #772B13 is Cyan = 0, Magento = 0.64, Yellow = 0.84 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 43 | 19 | - |
| CMYK | 0 | 0.64 | 0.84 | 0.53 |
| HSL | 14.4º | 0.72% | 0.27% | - |
| HSV(B) | 14.4º | 0.84% | 0.47% | - |
| XYZ | 8.59 | 5.7 | 1.26 | - |
| YUV | 62.99 | 103.18 | 167.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 43 | 19 | 0 | 0.64 | 0.84 | 0.53 | 14.4 | 0.72 | 0.27 |
| Hex | 77 | 2B | 13 | 0 | 40 | 54 | 35 | E | 48 | 1B |
| Octal | 167 | 53 | 23 | 0 | 100 | 124 | 65 | 16 | 110 | 33 |
| Binary | 1110111 | 101011 | 10011 | 0 | 1000000 | 1010100 | 110101 | 1110 | 1001000 | 11011 |
Color Harmonies of #772B13
Complementary color
Monochromatic Colors of #772B13
Black with #772B13
Text Example
Text Example
White with #772B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772B13; }
p { color: rgb(119,43,19); }
H1.HeaderClassName
{
color: #772B13;
}
.AnyTagClassName
{
color: #772B13;
}
</style>
background-color css
<style>
a { background-color: #772B13; }
a { background-color: rgb(119,43,19); }
div.DivClassName
{
background-color: #772B13;
}
.BgClassName
{
background-color: #772B13;
}
</style>
border-color css
<style>
span { border-color: #772B13; }
span { border-color: rgb(119,43,19); }
td.TdClassName
{
border-color: #772B13;
}
.TagClassName
{
border-color: #772B13;
}
</style>