Shades of Pueblo #762A1D
Tints of Pueblo #762A1D
RGB
CMYK
RGB Variations
Color information
#762A1D (or 0x762A1D) is known color: Pueblo. HEX triplet: 76, 2A and 1D. RGB value is (118,42,29). Sum of RGB (Red+Green+Blue) = 118+42+29=189 (25% of max value = 765). Red value is 118 (46.48% from 255 or 62.43% from 189); Green value is 42 (16.80% from 255 or 22.22% from 189); Blue value is 29 (11.72% from 255 or 15.34% from 189); Max value from RGB is 118 - color contains mainly: red. Hex color #762A1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762A1D is #89D5E2. Grayscale: #3F3F3F. Windows color (decimal): -9033187 or 1911414. OLE color: 1911414.
HSL color Cylindrical-coordinate representation of color #762A1D: hue angle of 8.76º 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 #762A1D is Cyan = 0, Magento = 0.64, Yellow = 0.75 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 42 | 29 | - |
| CMYK | 0 | 0.64 | 0.75 | 0.54 |
| HSL | 8.76º | 0.61% | 0.29% | - |
| HSV(B) | 8.76º | 0.75% | 0.46% | - |
| XYZ | 8.52 | 5.6 | 1.79 | - |
| YUV | 63.24 | 108.68 | 167.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 42 | 29 | 0 | 0.64 | 0.75 | 0.54 | 8.76 | 0.61 | 0.29 |
| Hex | 76 | 2A | 1D | 0 | 40 | 4B | 36 | 9 | 3D | 1D |
| Octal | 166 | 52 | 35 | 0 | 100 | 113 | 66 | 11 | 75 | 35 |
| Binary | 1110110 | 101010 | 11101 | 0 | 1000000 | 1001011 | 110110 | 1001 | 111101 | 11101 |
Color Harmonies of #762A1D
Complementary color
Monochromatic Colors of #762A1D
Black with #762A1D
Text Example
Text Example
White with #762A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762A1D; }
p { color: rgb(118,42,29); }
H1.HeaderClassName
{
color: #762A1D;
}
.AnyTagClassName
{
color: #762A1D;
}
</style>
background-color css
<style>
a { background-color: #762A1D; }
a { background-color: rgb(118,42,29); }
div.DivClassName
{
background-color: #762A1D;
}
.BgClassName
{
background-color: #762A1D;
}
</style>
border-color css
<style>
span { border-color: #762A1D; }
span { border-color: rgb(118,42,29); }
td.TdClassName
{
border-color: #762A1D;
}
.TagClassName
{
border-color: #762A1D;
}
</style>