Shades of Pueblo #762B1C
Tints of Pueblo #762B1C
RGB
CMYK
RGB Variations
Color information
#762B1C (or 0x762B1C) is known color: Pueblo. HEX triplet: 76, 2B and 1C. RGB value is (118,43,28). Sum of RGB (Red+Green+Blue) = 118+43+28=189 (25% of max value = 765). Red value is 118 (46.48% from 255 or 62.43% from 189); Green value is 43 (17.19% from 255 or 22.75% from 189); Blue value is 28 (11.33% from 255 or 14.81% from 189); Max value from RGB is 118 - color contains mainly: red. Hex color #762B1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762B1C is #89D4E3. Grayscale: #3F3F3F. Windows color (decimal): -9032932 or 1846134. OLE color: 1846134.
HSL color Cylindrical-coordinate representation of color #762B1C: hue angle of 10º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #762B1C is Cyan = 0, Magento = 0.64, Yellow = 0.76 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 43 | 28 | - |
| CMYK | 0 | 0.64 | 0.76 | 0.54 |
| HSL | 10º | 0.62% | 0.29% | - |
| HSV(B) | 10º | 0.76% | 0.46% | - |
| XYZ | 8.54 | 5.66 | 1.74 | - |
| YUV | 63.72 | 107.85 | 166.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 43 | 28 | 0 | 0.64 | 0.76 | 0.54 | 10 | 0.62 | 0.29 |
| Hex | 76 | 2B | 1C | 0 | 40 | 4C | 36 | A | 3E | 1D |
| Octal | 166 | 53 | 34 | 0 | 100 | 114 | 66 | 12 | 76 | 35 |
| Binary | 1110110 | 101011 | 11100 | 0 | 1000000 | 1001100 | 110110 | 1010 | 111110 | 11101 |
Color Harmonies of #762B1C
Complementary color
Monochromatic Colors of #762B1C
Black with #762B1C
Text Example
Text Example
White with #762B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762B1C; }
p { color: rgb(118,43,28); }
H1.HeaderClassName
{
color: #762B1C;
}
.AnyTagClassName
{
color: #762B1C;
}
</style>
background-color css
<style>
a { background-color: #762B1C; }
a { background-color: rgb(118,43,28); }
div.DivClassName
{
background-color: #762B1C;
}
.BgClassName
{
background-color: #762B1C;
}
</style>
border-color css
<style>
span { border-color: #762B1C; }
span { border-color: rgb(118,43,28); }
td.TdClassName
{
border-color: #762B1C;
}
.TagClassName
{
border-color: #762B1C;
}
</style>