Shades of Pueblo #7B3221
Tints of Pueblo #7B3221
RGB
CMYK
RGB Variations
Color information
#7B3221 (or 0x7B3221) is known color: Pueblo. HEX triplet: 7B, 32 and 21. RGB value is (123,50,33). Sum of RGB (Red+Green+Blue) = 123+50+33=206 (27% of max value = 765). Red value is 123 (48.44% from 255 or 59.71% from 206); Green value is 50 (19.92% from 255 or 24.27% from 206); Blue value is 33 (13.28% from 255 or 16.02% from 206); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3221 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B3221 is #84CDDE. Grayscale: #464646. Windows color (decimal): -8703455 or 2175611. OLE color: 2175611.
HSL color Cylindrical-coordinate representation of color #7B3221: hue angle of 11.33º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7B3221 is Cyan = 0, Magento = 0.59, Yellow = 0.73 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 50 | 33 | - |
| CMYK | 0 | 0.59 | 0.73 | 0.52 |
| HSL | 11.33º | 0.58% | 0.31% | - |
| HSV(B) | 11.33º | 0.73% | 0.48% | - |
| XYZ | 9.58 | 6.6 | 2.21 | - |
| YUV | 69.89 | 107.18 | 165.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 50 | 33 | 0 | 0.59 | 0.73 | 0.52 | 11.33 | 0.58 | 0.31 |
| Hex | 7B | 32 | 21 | 0 | 3B | 49 | 34 | B | 3A | 1F |
| Octal | 173 | 62 | 41 | 0 | 73 | 111 | 64 | 13 | 72 | 37 |
| Binary | 1111011 | 110010 | 100001 | 0 | 111011 | 1001001 | 110100 | 1011 | 111010 | 11111 |
Color Harmonies of #7B3221
Complementary color
Monochromatic Colors of #7B3221
Black with #7B3221
Text Example
Text Example
White with #7B3221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B3221; }
p { color: rgb(123,50,33); }
H1.HeaderClassName
{
color: #7B3221;
}
.AnyTagClassName
{
color: #7B3221;
}
</style>
background-color css
<style>
a { background-color: #7B3221; }
a { background-color: rgb(123,50,33); }
div.DivClassName
{
background-color: #7B3221;
}
.BgClassName
{
background-color: #7B3221;
}
</style>
border-color css
<style>
span { border-color: #7B3221; }
span { border-color: rgb(123,50,33); }
td.TdClassName
{
border-color: #7B3221;
}
.TagClassName
{
border-color: #7B3221;
}
</style>