Shades of Pueblo #7B3222
Tints of Pueblo #7B3222
RGB
CMYK
RGB Variations
Color information
#7B3222 (or 0x7B3222) is known color: Pueblo. HEX triplet: 7B, 32 and 22. RGB value is (123,50,34). Sum of RGB (Red+Green+Blue) = 123+50+34=207 (27% of max value = 765). Red value is 123 (48.44% from 255 or 59.42% from 207); Green value is 50 (19.92% from 255 or 24.15% from 207); Blue value is 34 (13.67% from 255 or 16.43% from 207); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3222 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B3222 is #84CDDD. Grayscale: #464646. Windows color (decimal): -8703454 or 2241147. OLE color: 2241147.
HSL color Cylindrical-coordinate representation of color #7B3222: hue angle of 10.79º degrees, saturation: 0.57, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7B3222 is Cyan = 0, Magento = 0.59, Yellow = 0.72 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 50 | 34 | - |
| CMYK | 0 | 0.59 | 0.72 | 0.52 |
| HSL | 10.79º | 0.57% | 0.31% | - |
| HSV(B) | 10.79º | 0.72% | 0.48% | - |
| XYZ | 9.6 | 6.61 | 2.28 | - |
| YUV | 70 | 107.68 | 165.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 50 | 34 | 0 | 0.59 | 0.72 | 0.52 | 10.79 | 0.57 | 0.31 |
| Hex | 7B | 32 | 22 | 0 | 3B | 48 | 34 | B | 39 | 1F |
| Octal | 173 | 62 | 42 | 0 | 73 | 110 | 64 | 13 | 71 | 37 |
| Binary | 1111011 | 110010 | 100010 | 0 | 111011 | 1001000 | 110100 | 1011 | 111001 | 11111 |
Color Harmonies of #7B3222
Complementary color
Monochromatic Colors of #7B3222
Black with #7B3222
Text Example
Text Example
White with #7B3222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B3222; }
p { color: rgb(123,50,34); }
H1.HeaderClassName
{
color: #7B3222;
}
.AnyTagClassName
{
color: #7B3222;
}
</style>
background-color css
<style>
a { background-color: #7B3222; }
a { background-color: rgb(123,50,34); }
div.DivClassName
{
background-color: #7B3222;
}
.BgClassName
{
background-color: #7B3222;
}
</style>
border-color css
<style>
span { border-color: #7B3222; }
span { border-color: rgb(123,50,34); }
td.TdClassName
{
border-color: #7B3222;
}
.TagClassName
{
border-color: #7B3222;
}
</style>