Shades of Pueblo #76291B
Tints of Pueblo #76291B
RGB
CMYK
RGB Variations
Color information
#76291B (or 0x76291B) is known color: Pueblo. HEX triplet: 76, 29 and 1B. RGB value is (118,41,27). Sum of RGB (Red+Green+Blue) = 118+41+27=186 (24% of max value = 765). Red value is 118 (46.48% from 255 or 63.44% from 186); Green value is 41 (16.41% from 255 or 22.04% from 186); Blue value is 27 (10.94% from 255 or 14.52% from 186); Max value from RGB is 118 - color contains mainly: red. Hex color #76291B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76291B is #89D6E4. Grayscale: #3E3E3E. Windows color (decimal): -9033445 or 1780086. OLE color: 1780086.
HSL color Cylindrical-coordinate representation of color #76291B: hue angle of 9.23º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #76291B is Cyan = 0, Magento = 0.65, Yellow = 0.77 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 41 | 27 | - |
| CMYK | 0 | 0.65 | 0.77 | 0.54 |
| HSL | 9.23º | 0.63% | 0.28% | - |
| HSV(B) | 9.23º | 0.77% | 0.46% | - |
| XYZ | 8.46 | 5.52 | 1.66 | - |
| YUV | 62.43 | 108.01 | 167.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 41 | 27 | 0 | 0.65 | 0.77 | 0.54 | 9.23 | 0.63 | 0.28 |
| Hex | 76 | 29 | 1B | 0 | 41 | 4D | 36 | 9 | 3F | 1C |
| Octal | 166 | 51 | 33 | 0 | 101 | 115 | 66 | 11 | 77 | 34 |
| Binary | 1110110 | 101001 | 11011 | 0 | 1000001 | 1001101 | 110110 | 1001 | 111111 | 11100 |
Color Harmonies of #76291B
Complementary color
Monochromatic Colors of #76291B
Black with #76291B
Text Example
Text Example
White with #76291B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76291B; }
p { color: rgb(118,41,27); }
H1.HeaderClassName
{
color: #76291B;
}
.AnyTagClassName
{
color: #76291B;
}
</style>
background-color css
<style>
a { background-color: #76291B; }
a { background-color: rgb(118,41,27); }
div.DivClassName
{
background-color: #76291B;
}
.BgClassName
{
background-color: #76291B;
}
</style>
border-color css
<style>
span { border-color: #76291B; }
span { border-color: rgb(118,41,27); }
td.TdClassName
{
border-color: #76291B;
}
.TagClassName
{
border-color: #76291B;
}
</style>