Shades of Pueblo #76311C
Tints of Pueblo #76311C
RGB
CMYK
RGB Variations
Color information
#76311C (or 0x76311C) is known color: Pueblo. HEX triplet: 76, 31 and 1C. RGB value is (118,49,28). Sum of RGB (Red+Green+Blue) = 118+49+28=195 (25% of max value = 765). Red value is 118 (46.48% from 255 or 60.51% from 195); Green value is 49 (19.53% from 255 or 25.13% from 195); Blue value is 28 (11.33% from 255 or 14.36% from 195); Max value from RGB is 118 - color contains mainly: red. Hex color #76311C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76311C is #89CEE3. Grayscale: #434343. Windows color (decimal): -9031396 or 1847670. OLE color: 1847670.
HSL color Cylindrical-coordinate representation of color #76311C: hue angle of 14º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #76311C is Cyan = 0, Magento = 0.58, Yellow = 0.76 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 49 | 28 | - |
| CMYK | 0 | 0.58 | 0.76 | 0.54 |
| HSL | 14º | 0.62% | 0.29% | - |
| HSV(B) | 14º | 0.76% | 0.46% | - |
| XYZ | 8.78 | 6.13 | 1.82 | - |
| YUV | 67.24 | 105.86 | 164.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 49 | 28 | 0 | 0.58 | 0.76 | 0.54 | 14 | 0.62 | 0.29 |
| Hex | 76 | 31 | 1C | 0 | 3A | 4C | 36 | E | 3E | 1D |
| Octal | 166 | 61 | 34 | 0 | 72 | 114 | 66 | 16 | 76 | 35 |
| Binary | 1110110 | 110001 | 11100 | 0 | 111010 | 1001100 | 110110 | 1110 | 111110 | 11101 |
Color Harmonies of #76311C
Complementary color
Monochromatic Colors of #76311C
Black with #76311C
Text Example
Text Example
White with #76311C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76311C; }
p { color: rgb(118,49,28); }
H1.HeaderClassName
{
color: #76311C;
}
.AnyTagClassName
{
color: #76311C;
}
</style>
background-color css
<style>
a { background-color: #76311C; }
a { background-color: rgb(118,49,28); }
div.DivClassName
{
background-color: #76311C;
}
.BgClassName
{
background-color: #76311C;
}
</style>
border-color css
<style>
span { border-color: #76311C; }
span { border-color: rgb(118,49,28); }
td.TdClassName
{
border-color: #76311C;
}
.TagClassName
{
border-color: #76311C;
}
</style>