Shades of Pueblo #762B1E
Tints of Pueblo #762B1E
RGB
CMYK
RGB Variations
Color information
#762B1E (or 0x762B1E) is known color: Pueblo. HEX triplet: 76, 2B and 1E. RGB value is (118,43,30). Sum of RGB (Red+Green+Blue) = 118+43+30=191 (25% of max value = 765). Red value is 118 (46.48% from 255 or 61.78% from 191); Green value is 43 (17.19% from 255 or 22.51% from 191); Blue value is 30 (12.11% from 255 or 15.71% from 191); Max value from RGB is 118 - color contains mainly: red. Hex color #762B1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762B1E is #89D4E1. Grayscale: #404040. Windows color (decimal): -9032930 or 1977206. OLE color: 1977206.
HSL color Cylindrical-coordinate representation of color #762B1E: hue angle of 8.86º degrees, saturation: 0.59, 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 #762B1E is Cyan = 0, Magento = 0.64, Yellow = 0.75 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 43 | 30 | - |
| CMYK | 0 | 0.64 | 0.75 | 0.54 |
| HSL | 8.86º | 0.59% | 0.29% | - |
| HSV(B) | 8.86º | 0.75% | 0.46% | - |
| XYZ | 8.57 | 5.67 | 1.87 | - |
| YUV | 63.94 | 108.85 | 166.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 43 | 30 | 0 | 0.64 | 0.75 | 0.54 | 8.86 | 0.59 | 0.29 |
| Hex | 76 | 2B | 1E | 0 | 40 | 4B | 36 | 9 | 3B | 1D |
| Octal | 166 | 53 | 36 | 0 | 100 | 113 | 66 | 11 | 73 | 35 |
| Binary | 1110110 | 101011 | 11110 | 0 | 1000000 | 1001011 | 110110 | 1001 | 111011 | 11101 |
Color Harmonies of #762B1E
Complementary color
Monochromatic Colors of #762B1E
Black with #762B1E
Text Example
Text Example
White with #762B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762B1E; }
p { color: rgb(118,43,30); }
H1.HeaderClassName
{
color: #762B1E;
}
.AnyTagClassName
{
color: #762B1E;
}
</style>
background-color css
<style>
a { background-color: #762B1E; }
a { background-color: rgb(118,43,30); }
div.DivClassName
{
background-color: #762B1E;
}
.BgClassName
{
background-color: #762B1E;
}
</style>
border-color css
<style>
span { border-color: #762B1E; }
span { border-color: rgb(118,43,30); }
td.TdClassName
{
border-color: #762B1E;
}
.TagClassName
{
border-color: #762B1E;
}
</style>