Shades of Pueblo #772E23
Tints of Pueblo #772E23
RGB
CMYK
RGB Variations
Color information
#772E23 (or 0x772E23) is known color: Pueblo. HEX triplet: 77, 2E and 23. RGB value is (119,46,35). Sum of RGB (Red+Green+Blue) = 119+46+35=200 (26% of max value = 765). Red value is 119 (46.88% from 255 or 59.5% from 200); Green value is 46 (18.36% from 255 or 23% from 200); Blue value is 35 (14.06% from 255 or 17.5% from 200); Max value from RGB is 119 - color contains mainly: red. Hex color #772E23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772E23 is #88D1DC. Grayscale: #424242. Windows color (decimal): -8966621 or 2305655. OLE color: 2305655.
HSL color Cylindrical-coordinate representation of color #772E23: hue angle of 7.86º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #772E23 is Cyan = 0, Magento = 0.61, Yellow = 0.71 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 46 | 35 | - |
| CMYK | 0 | 0.61 | 0.71 | 0.53 |
| HSL | 7.86º | 0.55% | 0.3% | - |
| HSV(B) | 7.86º | 0.71% | 0.47% | - |
| XYZ | 8.89 | 6 | 2.28 | - |
| YUV | 66.57 | 110.18 | 165.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 46 | 35 | 0 | 0.61 | 0.71 | 0.53 | 7.86 | 0.55 | 0.3 |
| Hex | 77 | 2E | 23 | 0 | 3D | 47 | 35 | 8 | 37 | 1E |
| Octal | 167 | 56 | 43 | 0 | 75 | 107 | 65 | 10 | 67 | 36 |
| Binary | 1110111 | 101110 | 100011 | 0 | 111101 | 1000111 | 110101 | 1000 | 110111 | 11110 |
Color Harmonies of #772E23
Complementary color
Monochromatic Colors of #772E23
Black with #772E23
Text Example
Text Example
White with #772E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772E23; }
p { color: rgb(119,46,35); }
H1.HeaderClassName
{
color: #772E23;
}
.AnyTagClassName
{
color: #772E23;
}
</style>
background-color css
<style>
a { background-color: #772E23; }
a { background-color: rgb(119,46,35); }
div.DivClassName
{
background-color: #772E23;
}
.BgClassName
{
background-color: #772E23;
}
</style>
border-color css
<style>
span { border-color: #772E23; }
span { border-color: rgb(119,46,35); }
td.TdClassName
{
border-color: #772E23;
}
.TagClassName
{
border-color: #772E23;
}
</style>