Shades of Pueblo #77291D
Tints of Pueblo #77291D
RGB
CMYK
RGB Variations
Color information
#77291D (or 0x77291D) is known color: Pueblo. HEX triplet: 77, 29 and 1D. RGB value is (119,41,29). Sum of RGB (Red+Green+Blue) = 119+41+29=189 (25% of max value = 765). Red value is 119 (46.88% from 255 or 62.96% from 189); Green value is 41 (16.41% from 255 or 21.69% from 189); Blue value is 29 (11.72% from 255 or 15.34% from 189); Max value from RGB is 119 - color contains mainly: red. Hex color #77291D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77291D is #88D6E2. Grayscale: #3F3F3F. Windows color (decimal): -8967907 or 1911159. OLE color: 1911159.
HSL color Cylindrical-coordinate representation of color #77291D: hue angle of 8º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #77291D is Cyan = 0, Magento = 0.66, Yellow = 0.76 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 41 | 29 | - |
| CMYK | 0 | 0.66 | 0.76 | 0.53 |
| HSL | 8º | 0.61% | 0.29% | - |
| HSV(B) | 8º | 0.76% | 0.47% | - |
| XYZ | 8.62 | 5.6 | 1.79 | - |
| YUV | 62.95 | 108.84 | 167.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 41 | 29 | 0 | 0.66 | 0.76 | 0.53 | 8 | 0.61 | 0.29 |
| Hex | 77 | 29 | 1D | 0 | 42 | 4C | 35 | 8 | 3D | 1D |
| Octal | 167 | 51 | 35 | 0 | 102 | 114 | 65 | 10 | 75 | 35 |
| Binary | 1110111 | 101001 | 11101 | 0 | 1000010 | 1001100 | 110101 | 1000 | 111101 | 11101 |
Color Harmonies of #77291D
Complementary color
Monochromatic Colors of #77291D
Black with #77291D
Text Example
Text Example
White with #77291D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77291D; }
p { color: rgb(119,41,29); }
H1.HeaderClassName
{
color: #77291D;
}
.AnyTagClassName
{
color: #77291D;
}
</style>
background-color css
<style>
a { background-color: #77291D; }
a { background-color: rgb(119,41,29); }
div.DivClassName
{
background-color: #77291D;
}
.BgClassName
{
background-color: #77291D;
}
</style>
border-color css
<style>
span { border-color: #77291D; }
span { border-color: rgb(119,41,29); }
td.TdClassName
{
border-color: #77291D;
}
.TagClassName
{
border-color: #77291D;
}
</style>