Shades of Pueblo #7C3322
Tints of Pueblo #7C3322
RGB
CMYK
RGB Variations
Color information
#7C3322 (or 0x7C3322) is known color: Pueblo. HEX triplet: 7C, 33 and 22. RGB value is (124,51,34). Sum of RGB (Red+Green+Blue) = 124+51+34=209 (27% of max value = 765). Red value is 124 (48.83% from 255 or 59.33% from 209); Green value is 51 (20.31% from 255 or 24.40% from 209); Blue value is 34 (13.67% from 255 or 16.27% from 209); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3322 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C3322 is #83CCDD. Grayscale: #474747. Windows color (decimal): -8637662 or 2241404. OLE color: 2241404.
HSL color Cylindrical-coordinate representation of color #7C3322: hue angle of 11.33º degrees, saturation: 0.57, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7C3322 is Cyan = 0, Magento = 0.59, Yellow = 0.73 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 51 | 34 | - |
| CMYK | 0 | 0.59 | 0.73 | 0.51 |
| HSL | 11.33º | 0.57% | 0.31% | - |
| HSV(B) | 11.33º | 0.73% | 0.49% | - |
| XYZ | 9.78 | 6.77 | 2.3 | - |
| YUV | 70.89 | 107.18 | 165.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 51 | 34 | 0 | 0.59 | 0.73 | 0.51 | 11.33 | 0.57 | 0.31 |
| Hex | 7C | 33 | 22 | 0 | 3B | 49 | 33 | B | 39 | 1F |
| Octal | 174 | 63 | 42 | 0 | 73 | 111 | 63 | 13 | 71 | 37 |
| Binary | 1111100 | 110011 | 100010 | 0 | 111011 | 1001001 | 110011 | 1011 | 111001 | 11111 |
Color Harmonies of #7C3322
Complementary color
Monochromatic Colors of #7C3322
Black with #7C3322
Text Example
Text Example
White with #7C3322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C3322; }
p { color: rgb(124,51,34); }
H1.HeaderClassName
{
color: #7C3322;
}
.AnyTagClassName
{
color: #7C3322;
}
</style>
background-color css
<style>
a { background-color: #7C3322; }
a { background-color: rgb(124,51,34); }
div.DivClassName
{
background-color: #7C3322;
}
.BgClassName
{
background-color: #7C3322;
}
</style>
border-color css
<style>
span { border-color: #7C3322; }
span { border-color: rgb(124,51,34); }
td.TdClassName
{
border-color: #7C3322;
}
.TagClassName
{
border-color: #7C3322;
}
</style>