Shades of Pueblo #762B1A
Tints of Pueblo #762B1A
RGB
CMYK
RGB Variations
Color information
#762B1A (or 0x762B1A) is known color: Pueblo. HEX triplet: 76, 2B and 1A. RGB value is (118,43,26). Sum of RGB (Red+Green+Blue) = 118+43+26=187 (24% of max value = 765). Red value is 118 (46.48% from 255 or 63.10% from 187); Green value is 43 (17.19% from 255 or 22.99% from 187); Blue value is 26 (10.55% from 255 or 13.90% from 187); Max value from RGB is 118 - color contains mainly: red. Hex color #762B1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762B1A is #89D4E5. Grayscale: #3F3F3F. Windows color (decimal): -9032934 or 1715062. OLE color: 1715062.
HSL color Cylindrical-coordinate representation of color #762B1A: hue angle of 11.09º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #762B1A is Cyan = 0, Magento = 0.64, Yellow = 0.78 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 43 | 26 | - |
| CMYK | 0 | 0.64 | 0.78 | 0.54 |
| HSL | 11.09º | 0.64% | 0.28% | - |
| HSV(B) | 11.09º | 0.78% | 0.46% | - |
| XYZ | 8.52 | 5.65 | 1.62 | - |
| YUV | 63.49 | 106.85 | 166.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 43 | 26 | 0 | 0.64 | 0.78 | 0.54 | 11.09 | 0.64 | 0.28 |
| Hex | 76 | 2B | 1A | 0 | 40 | 4E | 36 | B | 40 | 1C |
| Octal | 166 | 53 | 32 | 0 | 100 | 116 | 66 | 13 | 100 | 34 |
| Binary | 1110110 | 101011 | 11010 | 0 | 1000000 | 1001110 | 110110 | 1011 | 1000000 | 11100 |
Color Harmonies of #762B1A
Complementary color
Monochromatic Colors of #762B1A
Black with #762B1A
Text Example
Text Example
White with #762B1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762B1A; }
p { color: rgb(118,43,26); }
H1.HeaderClassName
{
color: #762B1A;
}
.AnyTagClassName
{
color: #762B1A;
}
</style>
background-color css
<style>
a { background-color: #762B1A; }
a { background-color: rgb(118,43,26); }
div.DivClassName
{
background-color: #762B1A;
}
.BgClassName
{
background-color: #762B1A;
}
</style>
border-color css
<style>
span { border-color: #762B1A; }
span { border-color: rgb(118,43,26); }
td.TdClassName
{
border-color: #762B1A;
}
.TagClassName
{
border-color: #762B1A;
}
</style>