Shades of Pueblo #762E21
Tints of Pueblo #762E21
RGB
CMYK
RGB Variations
Color information
#762E21 (or 0x762E21) is known color: Pueblo. HEX triplet: 76, 2E and 21. RGB value is (118,46,33). Sum of RGB (Red+Green+Blue) = 118+46+33=197 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59.90% from 197); Green value is 46 (18.36% from 255 or 23.35% from 197); Blue value is 33 (13.28% from 255 or 16.75% from 197); Max value from RGB is 118 - color contains mainly: red. Hex color #762E21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762E21 is #89D1DE. Grayscale: #424242. Windows color (decimal): -9032159 or 2174582. OLE color: 2174582.
HSL color Cylindrical-coordinate representation of color #762E21: hue angle of 9.18º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #762E21 is Cyan = 0, Magento = 0.61, Yellow = 0.72 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 46 | 33 | - |
| CMYK | 0 | 0.61 | 0.72 | 0.54 |
| HSL | 9.18º | 0.56% | 0.3% | - |
| HSV(B) | 9.18º | 0.72% | 0.46% | - |
| XYZ | 8.72 | 5.92 | 2.12 | - |
| YUV | 66.05 | 109.35 | 165.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 46 | 33 | 0 | 0.61 | 0.72 | 0.54 | 9.18 | 0.56 | 0.3 |
| Hex | 76 | 2E | 21 | 0 | 3D | 48 | 36 | 9 | 38 | 1E |
| Octal | 166 | 56 | 41 | 0 | 75 | 110 | 66 | 11 | 70 | 36 |
| Binary | 1110110 | 101110 | 100001 | 0 | 111101 | 1001000 | 110110 | 1001 | 111000 | 11110 |
Color Harmonies of #762E21
Complementary color
Monochromatic Colors of #762E21
Black with #762E21
Text Example
Text Example
White with #762E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762E21; }
p { color: rgb(118,46,33); }
H1.HeaderClassName
{
color: #762E21;
}
.AnyTagClassName
{
color: #762E21;
}
</style>
background-color css
<style>
a { background-color: #762E21; }
a { background-color: rgb(118,46,33); }
div.DivClassName
{
background-color: #762E21;
}
.BgClassName
{
background-color: #762E21;
}
</style>
border-color css
<style>
span { border-color: #762E21; }
span { border-color: rgb(118,46,33); }
td.TdClassName
{
border-color: #762E21;
}
.TagClassName
{
border-color: #762E21;
}
</style>