Shades of Pueblo #762A1B
Tints of Pueblo #762A1B
RGB
CMYK
RGB Variations
Color information
#762A1B (or 0x762A1B) is known color: Pueblo. HEX triplet: 76, 2A and 1B. RGB value is (118,42,27). Sum of RGB (Red+Green+Blue) = 118+42+27=187 (24% of max value = 765). Red value is 118 (46.48% from 255 or 63.10% from 187); Green value is 42 (16.80% from 255 or 22.46% from 187); Blue value is 27 (10.94% from 255 or 14.44% from 187); Max value from RGB is 118 - color contains mainly: red. Hex color #762A1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762A1B is #89D5E4. Grayscale: #3F3F3F. Windows color (decimal): -9033189 or 1780342. OLE color: 1780342.
HSL color Cylindrical-coordinate representation of color #762A1B: hue angle of 9.89º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #762A1B is Cyan = 0, Magento = 0.64, Yellow = 0.77 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 42 | 27 | - |
| CMYK | 0 | 0.64 | 0.77 | 0.54 |
| HSL | 9.89º | 0.63% | 0.28% | - |
| HSV(B) | 9.89º | 0.77% | 0.46% | - |
| XYZ | 8.5 | 5.59 | 1.67 | - |
| YUV | 63.01 | 107.68 | 167.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 42 | 27 | 0 | 0.64 | 0.77 | 0.54 | 9.89 | 0.63 | 0.28 |
| Hex | 76 | 2A | 1B | 0 | 40 | 4D | 36 | A | 3F | 1C |
| Octal | 166 | 52 | 33 | 0 | 100 | 115 | 66 | 12 | 77 | 34 |
| Binary | 1110110 | 101010 | 11011 | 0 | 1000000 | 1001101 | 110110 | 1010 | 111111 | 11100 |
Color Harmonies of #762A1B
Complementary color
Monochromatic Colors of #762A1B
Black with #762A1B
Text Example
Text Example
White with #762A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762A1B; }
p { color: rgb(118,42,27); }
H1.HeaderClassName
{
color: #762A1B;
}
.AnyTagClassName
{
color: #762A1B;
}
</style>
background-color css
<style>
a { background-color: #762A1B; }
a { background-color: rgb(118,42,27); }
div.DivClassName
{
background-color: #762A1B;
}
.BgClassName
{
background-color: #762A1B;
}
</style>
border-color css
<style>
span { border-color: #762A1B; }
span { border-color: rgb(118,42,27); }
td.TdClassName
{
border-color: #762A1B;
}
.TagClassName
{
border-color: #762A1B;
}
</style>