Shades of Pueblo #76291F
Tints of Pueblo #76291F
RGB
CMYK
RGB Variations
Color information
#76291F (or 0x76291F) is known color: Pueblo. HEX triplet: 76, 29 and 1F. RGB value is (118,41,31). Sum of RGB (Red+Green+Blue) = 118+41+31=190 (25% of max value = 765). Red value is 118 (46.48% from 255 or 62.11% from 190); Green value is 41 (16.41% from 255 or 21.58% from 190); Blue value is 31 (12.5% from 255 or 16.32% from 190); Max value from RGB is 118 - color contains mainly: red. Hex color #76291F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76291F is #89D6E0. Grayscale: #3F3F3F. Windows color (decimal): -9033441 or 2042230. OLE color: 2042230.
HSL color Cylindrical-coordinate representation of color #76291F: hue angle of 6.9º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #76291F is Cyan = 0, Magento = 0.65, Yellow = 0.74 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 41 | 31 | - |
| CMYK | 0 | 0.65 | 0.74 | 0.54 |
| HSL | 6.9º | 0.58% | 0.29% | - |
| HSV(B) | 6.9º | 0.74% | 0.46% | - |
| XYZ | 8.51 | 5.54 | 1.92 | - |
| YUV | 62.88 | 110.01 | 167.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 41 | 31 | 0 | 0.65 | 0.74 | 0.54 | 6.9 | 0.58 | 0.29 |
| Hex | 76 | 29 | 1F | 0 | 41 | 4A | 36 | 7 | 3A | 1D |
| Octal | 166 | 51 | 37 | 0 | 101 | 112 | 66 | 7 | 72 | 35 |
| Binary | 1110110 | 101001 | 11111 | 0 | 1000001 | 1001010 | 110110 | 111 | 111010 | 11101 |
Color Harmonies of #76291F
Complementary color
Monochromatic Colors of #76291F
Black with #76291F
Text Example
Text Example
White with #76291F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76291F; }
p { color: rgb(118,41,31); }
H1.HeaderClassName
{
color: #76291F;
}
.AnyTagClassName
{
color: #76291F;
}
</style>
background-color css
<style>
a { background-color: #76291F; }
a { background-color: rgb(118,41,31); }
div.DivClassName
{
background-color: #76291F;
}
.BgClassName
{
background-color: #76291F;
}
</style>
border-color css
<style>
span { border-color: #76291F; }
span { border-color: rgb(118,41,31); }
td.TdClassName
{
border-color: #76291F;
}
.TagClassName
{
border-color: #76291F;
}
</style>