Shades of Pueblo #762E1B
Tints of Pueblo #762E1B
RGB
CMYK
RGB Variations
Color information
#762E1B (or 0x762E1B) is known color: Pueblo. HEX triplet: 76, 2E and 1B. RGB value is (118,46,27). Sum of RGB (Red+Green+Blue) = 118+46+27=191 (25% of max value = 765). Red value is 118 (46.48% from 255 or 61.78% from 191); Green value is 46 (18.36% from 255 or 24.08% from 191); Blue value is 27 (10.94% from 255 or 14.14% from 191); Max value from RGB is 118 - color contains mainly: red. Hex color #762E1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762E1B is #89D1E4. Grayscale: #414141. Windows color (decimal): -9032165 or 1781366. OLE color: 1781366.
HSL color Cylindrical-coordinate representation of color #762E1B: hue angle of 12.53º 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 #762E1B is Cyan = 0, Magento = 0.61, Yellow = 0.77 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 46 | 27 | - |
| CMYK | 0 | 0.61 | 0.77 | 0.54 |
| HSL | 12.53º | 0.63% | 0.28% | - |
| HSV(B) | 12.53º | 0.77% | 0.46% | - |
| XYZ | 8.65 | 5.88 | 1.72 | - |
| YUV | 65.36 | 106.35 | 165.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 46 | 27 | 0 | 0.61 | 0.77 | 0.54 | 12.53 | 0.63 | 0.28 |
| Hex | 76 | 2E | 1B | 0 | 3D | 4D | 36 | D | 3F | 1C |
| Octal | 166 | 56 | 33 | 0 | 75 | 115 | 66 | 15 | 77 | 34 |
| Binary | 1110110 | 101110 | 11011 | 0 | 111101 | 1001101 | 110110 | 1101 | 111111 | 11100 |
Color Harmonies of #762E1B
Complementary color
Monochromatic Colors of #762E1B
Black with #762E1B
Text Example
Text Example
White with #762E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762E1B; }
p { color: rgb(118,46,27); }
H1.HeaderClassName
{
color: #762E1B;
}
.AnyTagClassName
{
color: #762E1B;
}
</style>
background-color css
<style>
a { background-color: #762E1B; }
a { background-color: rgb(118,46,27); }
div.DivClassName
{
background-color: #762E1B;
}
.BgClassName
{
background-color: #762E1B;
}
</style>
border-color css
<style>
span { border-color: #762E1B; }
span { border-color: rgb(118,46,27); }
td.TdClassName
{
border-color: #762E1B;
}
.TagClassName
{
border-color: #762E1B;
}
</style>