Shades of Pueblo #762B1D
Tints of Pueblo #762B1D
RGB
CMYK
RGB Variations
Color information
#762B1D (or 0x762B1D) is known color: Pueblo. HEX triplet: 76, 2B and 1D. RGB value is (118,43,29). Sum of RGB (Red+Green+Blue) = 118+43+29=190 (25% of max value = 765). Red value is 118 (46.48% from 255 or 62.11% from 190); Green value is 43 (17.19% from 255 or 22.63% from 190); Blue value is 29 (11.72% from 255 or 15.26% from 190); Max value from RGB is 118 - color contains mainly: red. Hex color #762B1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762B1D is #89D4E2. Grayscale: #3F3F3F. Windows color (decimal): -9032931 or 1911670. OLE color: 1911670.
HSL color Cylindrical-coordinate representation of color #762B1D: hue angle of 9.44º 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 #762B1D is Cyan = 0, Magento = 0.64, Yellow = 0.75 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 43 | 29 | - |
| CMYK | 0 | 0.64 | 0.75 | 0.54 |
| HSL | 9.44º | 0.61% | 0.29% | - |
| HSV(B) | 9.44º | 0.75% | 0.46% | - |
| XYZ | 8.56 | 5.67 | 1.81 | - |
| YUV | 63.83 | 108.35 | 166.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 43 | 29 | 0 | 0.64 | 0.75 | 0.54 | 9.44 | 0.61 | 0.29 |
| Hex | 76 | 2B | 1D | 0 | 40 | 4B | 36 | 9 | 3D | 1D |
| Octal | 166 | 53 | 35 | 0 | 100 | 113 | 66 | 11 | 75 | 35 |
| Binary | 1110110 | 101011 | 11101 | 0 | 1000000 | 1001011 | 110110 | 1001 | 111101 | 11101 |
Color Harmonies of #762B1D
Complementary color
Monochromatic Colors of #762B1D
Black with #762B1D
Text Example
Text Example
White with #762B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762B1D; }
p { color: rgb(118,43,29); }
H1.HeaderClassName
{
color: #762B1D;
}
.AnyTagClassName
{
color: #762B1D;
}
</style>
background-color css
<style>
a { background-color: #762B1D; }
a { background-color: rgb(118,43,29); }
div.DivClassName
{
background-color: #762B1D;
}
.BgClassName
{
background-color: #762B1D;
}
</style>
border-color css
<style>
span { border-color: #762B1D; }
span { border-color: rgb(118,43,29); }
td.TdClassName
{
border-color: #762B1D;
}
.TagClassName
{
border-color: #762B1D;
}
</style>