Shades of Pueblo #772B1E
Tints of Pueblo #772B1E
RGB
CMYK
RGB Variations
Color information
#772B1E (or 0x772B1E) is known color: Pueblo. HEX triplet: 77, 2B and 1E. RGB value is (119,43,30). Sum of RGB (Red+Green+Blue) = 119+43+30=192 (25% of max value = 765). Red value is 119 (46.88% from 255 or 61.98% from 192); Green value is 43 (17.19% from 255 or 22.40% from 192); Blue value is 30 (12.11% from 255 or 15.62% from 192); Max value from RGB is 119 - color contains mainly: red. Hex color #772B1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772B1E is #88D4E1. Grayscale: #404040. Windows color (decimal): -8967394 or 1977207. OLE color: 1977207.
HSL color Cylindrical-coordinate representation of color #772B1E: hue angle of 8.76º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #772B1E is Cyan = 0, Magento = 0.64, Yellow = 0.75 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 43 | 30 | - |
| CMYK | 0 | 0.64 | 0.75 | 0.53 |
| HSL | 8.76º | 0.6% | 0.29% | - |
| HSV(B) | 8.76º | 0.75% | 0.47% | - |
| XYZ | 8.71 | 5.74 | 1.88 | - |
| YUV | 64.24 | 108.68 | 167.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 43 | 30 | 0 | 0.64 | 0.75 | 0.53 | 8.76 | 0.6 | 0.29 |
| Hex | 77 | 2B | 1E | 0 | 40 | 4B | 35 | 9 | 3C | 1D |
| Octal | 167 | 53 | 36 | 0 | 100 | 113 | 65 | 11 | 74 | 35 |
| Binary | 1110111 | 101011 | 11110 | 0 | 1000000 | 1001011 | 110101 | 1001 | 111100 | 11101 |
Color Harmonies of #772B1E
Complementary color
Monochromatic Colors of #772B1E
Black with #772B1E
Text Example
Text Example
White with #772B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772B1E; }
p { color: rgb(119,43,30); }
H1.HeaderClassName
{
color: #772B1E;
}
.AnyTagClassName
{
color: #772B1E;
}
</style>
background-color css
<style>
a { background-color: #772B1E; }
a { background-color: rgb(119,43,30); }
div.DivClassName
{
background-color: #772B1E;
}
.BgClassName
{
background-color: #772B1E;
}
</style>
border-color css
<style>
span { border-color: #772B1E; }
span { border-color: rgb(119,43,30); }
td.TdClassName
{
border-color: #772B1E;
}
.TagClassName
{
border-color: #772B1E;
}
</style>