Shades of Pueblo #76311E
Tints of Pueblo #76311E
RGB
CMYK
RGB Variations
Color information
#76311E (or 0x76311E) is known color: Pueblo. HEX triplet: 76, 31 and 1E. RGB value is (118,49,30). Sum of RGB (Red+Green+Blue) = 118+49+30=197 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59.90% from 197); Green value is 49 (19.53% from 255 or 24.87% from 197); Blue value is 30 (12.11% from 255 or 15.23% from 197); Max value from RGB is 118 - color contains mainly: red. Hex color #76311E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76311E is #89CEE1. Grayscale: #434343. Windows color (decimal): -9031394 or 1978742. OLE color: 1978742.
HSL color Cylindrical-coordinate representation of color #76311E: hue angle of 12.95º degrees, saturation: 0.59, 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 #76311E is Cyan = 0, Magento = 0.58, Yellow = 0.75 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 49 | 30 | - |
| CMYK | 0 | 0.58 | 0.75 | 0.54 |
| HSL | 12.95º | 0.59% | 0.29% | - |
| HSV(B) | 12.95º | 0.75% | 0.46% | - |
| XYZ | 8.8 | 6.14 | 1.95 | - |
| YUV | 67.47 | 106.86 | 164.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 49 | 30 | 0 | 0.58 | 0.75 | 0.54 | 12.95 | 0.59 | 0.29 |
| Hex | 76 | 31 | 1E | 0 | 3A | 4B | 36 | D | 3B | 1D |
| Octal | 166 | 61 | 36 | 0 | 72 | 113 | 66 | 15 | 73 | 35 |
| Binary | 1110110 | 110001 | 11110 | 0 | 111010 | 1001011 | 110110 | 1101 | 111011 | 11101 |
Color Harmonies of #76311E
Complementary color
Monochromatic Colors of #76311E
Black with #76311E
Text Example
Text Example
White with #76311E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76311E; }
p { color: rgb(118,49,30); }
H1.HeaderClassName
{
color: #76311E;
}
.AnyTagClassName
{
color: #76311E;
}
</style>
background-color css
<style>
a { background-color: #76311E; }
a { background-color: rgb(118,49,30); }
div.DivClassName
{
background-color: #76311E;
}
.BgClassName
{
background-color: #76311E;
}
</style>
border-color css
<style>
span { border-color: #76311E; }
span { border-color: rgb(118,49,30); }
td.TdClassName
{
border-color: #76311E;
}
.TagClassName
{
border-color: #76311E;
}
</style>