Shades of Pueblo #76291D
Tints of Pueblo #76291D
RGB
CMYK
RGB Variations
Color information
#76291D (or 0x76291D) is known color: Pueblo. HEX triplet: 76, 29 and 1D. RGB value is (118,41,29). Sum of RGB (Red+Green+Blue) = 118+41+29=188 (24% of max value = 765). Red value is 118 (46.48% from 255 or 62.77% from 188); Green value is 41 (16.41% from 255 or 21.81% from 188); Blue value is 29 (11.72% from 255 or 15.43% from 188); Max value from RGB is 118 - color contains mainly: red. Hex color #76291D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76291D is #89D6E2. Grayscale: #3E3E3E. Windows color (decimal): -9033443 or 1911158. OLE color: 1911158.
HSL color Cylindrical-coordinate representation of color #76291D: hue angle of 8.09º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #76291D is Cyan = 0, Magento = 0.65, Yellow = 0.75 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 41 | 29 | - |
| CMYK | 0 | 0.65 | 0.75 | 0.54 |
| HSL | 8.09º | 0.61% | 0.29% | - |
| HSV(B) | 8.09º | 0.75% | 0.46% | - |
| XYZ | 8.49 | 5.53 | 1.78 | - |
| YUV | 62.66 | 109.01 | 167.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 41 | 29 | 0 | 0.65 | 0.75 | 0.54 | 8.09 | 0.61 | 0.29 |
| Hex | 76 | 29 | 1D | 0 | 41 | 4B | 36 | 8 | 3D | 1D |
| Octal | 166 | 51 | 35 | 0 | 101 | 113 | 66 | 10 | 75 | 35 |
| Binary | 1110110 | 101001 | 11101 | 0 | 1000001 | 1001011 | 110110 | 1000 | 111101 | 11101 |
Color Harmonies of #76291D
Complementary color
Monochromatic Colors of #76291D
Black with #76291D
Text Example
Text Example
White with #76291D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76291D; }
p { color: rgb(118,41,29); }
H1.HeaderClassName
{
color: #76291D;
}
.AnyTagClassName
{
color: #76291D;
}
</style>
background-color css
<style>
a { background-color: #76291D; }
a { background-color: rgb(118,41,29); }
div.DivClassName
{
background-color: #76291D;
}
.BgClassName
{
background-color: #76291D;
}
</style>
border-color css
<style>
span { border-color: #76291D; }
span { border-color: rgb(118,41,29); }
td.TdClassName
{
border-color: #76291D;
}
.TagClassName
{
border-color: #76291D;
}
</style>