Shades of Pueblo #76321D
Tints of Pueblo #76321D
RGB
CMYK
RGB Variations
Color information
#76321D (or 0x76321D) is known color: Pueblo. HEX triplet: 76, 32 and 1D. RGB value is (118,50,29). Sum of RGB (Red+Green+Blue) = 118+50+29=197 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59.90% from 197); Green value is 50 (19.92% from 255 or 25.38% from 197); Blue value is 29 (11.72% from 255 or 14.72% from 197); Max value from RGB is 118 - color contains mainly: red. Hex color #76321D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76321D is #89CDE2. Grayscale: #444444. Windows color (decimal): -9031139 or 1913462. OLE color: 1913462.
HSL color Cylindrical-coordinate representation of color #76321D: hue angle of 14.16º 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 #76321D is Cyan = 0, Magento = 0.58, Yellow = 0.75 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 50 | 29 | - |
| CMYK | 0 | 0.58 | 0.75 | 0.54 |
| HSL | 14.16º | 0.61% | 0.29% | - |
| HSV(B) | 14.16º | 0.75% | 0.46% | - |
| XYZ | 8.83 | 6.22 | 1.9 | - |
| YUV | 67.94 | 106.03 | 163.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 50 | 29 | 0 | 0.58 | 0.75 | 0.54 | 14.16 | 0.61 | 0.29 |
| Hex | 76 | 32 | 1D | 0 | 3A | 4B | 36 | E | 3D | 1D |
| Octal | 166 | 62 | 35 | 0 | 72 | 113 | 66 | 16 | 75 | 35 |
| Binary | 1110110 | 110010 | 11101 | 0 | 111010 | 1001011 | 110110 | 1110 | 111101 | 11101 |
Color Harmonies of #76321D
Complementary color
Monochromatic Colors of #76321D
Black with #76321D
Text Example
Text Example
White with #76321D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76321D; }
p { color: rgb(118,50,29); }
H1.HeaderClassName
{
color: #76321D;
}
.AnyTagClassName
{
color: #76321D;
}
</style>
background-color css
<style>
a { background-color: #76321D; }
a { background-color: rgb(118,50,29); }
div.DivClassName
{
background-color: #76321D;
}
.BgClassName
{
background-color: #76321D;
}
</style>
border-color css
<style>
span { border-color: #76321D; }
span { border-color: rgb(118,50,29); }
td.TdClassName
{
border-color: #76321D;
}
.TagClassName
{
border-color: #76321D;
}
</style>