Shades of Pueblo #762E1F
Tints of Pueblo #762E1F
RGB
CMYK
RGB Variations
Color information
#762E1F (or 0x762E1F) is known color: Pueblo. HEX triplet: 76, 2E and 1F. RGB value is (118,46,31). Sum of RGB (Red+Green+Blue) = 118+46+31=195 (25% of max value = 765). Red value is 118 (46.48% from 255 or 60.51% from 195); Green value is 46 (18.36% from 255 or 23.59% from 195); Blue value is 31 (12.5% from 255 or 15.90% from 195); Max value from RGB is 118 - color contains mainly: red. Hex color #762E1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762E1F is #89D1E0. Grayscale: #414141. Windows color (decimal): -9032161 or 2043510. OLE color: 2043510.
HSL color Cylindrical-coordinate representation of color #762E1F: hue angle of 10.34º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #762E1F is Cyan = 0, Magento = 0.61, Yellow = 0.74 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 46 | 31 | - |
| CMYK | 0 | 0.61 | 0.74 | 0.54 |
| HSL | 10.34º | 0.58% | 0.29% | - |
| HSV(B) | 10.34º | 0.74% | 0.46% | - |
| XYZ | 8.7 | 5.9 | 1.98 | - |
| YUV | 65.82 | 108.35 | 165.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 46 | 31 | 0 | 0.61 | 0.74 | 0.54 | 10.34 | 0.58 | 0.29 |
| Hex | 76 | 2E | 1F | 0 | 3D | 4A | 36 | A | 3A | 1D |
| Octal | 166 | 56 | 37 | 0 | 75 | 112 | 66 | 12 | 72 | 35 |
| Binary | 1110110 | 101110 | 11111 | 0 | 111101 | 1001010 | 110110 | 1010 | 111010 | 11101 |
Color Harmonies of #762E1F
Complementary color
Monochromatic Colors of #762E1F
Black with #762E1F
Text Example
Text Example
White with #762E1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762E1F; }
p { color: rgb(118,46,31); }
H1.HeaderClassName
{
color: #762E1F;
}
.AnyTagClassName
{
color: #762E1F;
}
</style>
background-color css
<style>
a { background-color: #762E1F; }
a { background-color: rgb(118,46,31); }
div.DivClassName
{
background-color: #762E1F;
}
.BgClassName
{
background-color: #762E1F;
}
</style>
border-color css
<style>
span { border-color: #762E1F; }
span { border-color: rgb(118,46,31); }
td.TdClassName
{
border-color: #762E1F;
}
.TagClassName
{
border-color: #762E1F;
}
</style>