Shades of Pueblo #76281D
Tints of Pueblo #76281D
RGB
CMYK
RGB Variations
Color information
#76281D (or 0x76281D) is known color: Pueblo. HEX triplet: 76, 28 and 1D. RGB value is (118,40,29). Sum of RGB (Red+Green+Blue) = 118+40+29=187 (24% of max value = 765). Red value is 118 (46.48% from 255 or 63.10% from 187); Green value is 40 (16.02% from 255 or 21.39% from 187); Blue value is 29 (11.72% from 255 or 15.51% from 187); Max value from RGB is 118 - color contains mainly: red. Hex color #76281D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76281D is #89D7E2. Grayscale: #3E3E3E. Windows color (decimal): -9033699 or 1910902. OLE color: 1910902.
HSL color Cylindrical-coordinate representation of color #76281D: hue angle of 7.42º 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 #76281D is Cyan = 0, Magento = 0.66, Yellow = 0.75 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 40 | 29 | - |
| CMYK | 0 | 0.66 | 0.75 | 0.54 |
| HSL | 7.42º | 0.61% | 0.29% | - |
| HSV(B) | 7.42º | 0.75% | 0.46% | - |
| XYZ | 8.45 | 5.46 | 1.77 | - |
| YUV | 62.07 | 109.34 | 167.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 40 | 29 | 0 | 0.66 | 0.75 | 0.54 | 7.42 | 0.61 | 0.29 |
| Hex | 76 | 28 | 1D | 0 | 42 | 4B | 36 | 7 | 3D | 1D |
| Octal | 166 | 50 | 35 | 0 | 102 | 113 | 66 | 7 | 75 | 35 |
| Binary | 1110110 | 101000 | 11101 | 0 | 1000010 | 1001011 | 110110 | 111 | 111101 | 11101 |
Color Harmonies of #76281D
Complementary color
Monochromatic Colors of #76281D
Black with #76281D
Text Example
Text Example
White with #76281D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76281D; }
p { color: rgb(118,40,29); }
H1.HeaderClassName
{
color: #76281D;
}
.AnyTagClassName
{
color: #76281D;
}
</style>
background-color css
<style>
a { background-color: #76281D; }
a { background-color: rgb(118,40,29); }
div.DivClassName
{
background-color: #76281D;
}
.BgClassName
{
background-color: #76281D;
}
</style>
border-color css
<style>
span { border-color: #76281D; }
span { border-color: rgb(118,40,29); }
td.TdClassName
{
border-color: #76281D;
}
.TagClassName
{
border-color: #76281D;
}
</style>