Shades of Pueblo #7B3220
Tints of Pueblo #7B3220
RGB
CMYK
RGB Variations
Color information
#7B3220 (or 0x7B3220) is known color: Pueblo. HEX triplet: 7B, 32 and 20. RGB value is (123,50,32). Sum of RGB (Red+Green+Blue) = 123+50+32=205 (27% of max value = 765). Red value is 123 (48.44% from 255 or 60% from 205); Green value is 50 (19.92% from 255 or 24.39% from 205); Blue value is 32 (12.89% from 255 or 15.61% from 205); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3220 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B3220 is #84CDDF. Grayscale: #454545. Windows color (decimal): -8703456 or 2110075. OLE color: 2110075.
HSL color Cylindrical-coordinate representation of color #7B3220: hue angle of 11.87º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7B3220 is Cyan = 0, Magento = 0.59, Yellow = 0.74 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 50 | 32 | - |
| CMYK | 0 | 0.59 | 0.74 | 0.52 |
| HSL | 11.87º | 0.59% | 0.3% | - |
| HSV(B) | 11.87º | 0.74% | 0.48% | - |
| XYZ | 9.57 | 6.6 | 2.14 | - |
| YUV | 69.78 | 106.68 | 165.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 50 | 32 | 0 | 0.59 | 0.74 | 0.52 | 11.87 | 0.59 | 0.3 |
| Hex | 7B | 32 | 20 | 0 | 3B | 4A | 34 | C | 3B | 1E |
| Octal | 173 | 62 | 40 | 0 | 73 | 112 | 64 | 14 | 73 | 36 |
| Binary | 1111011 | 110010 | 100000 | 0 | 111011 | 1001010 | 110100 | 1100 | 111011 | 11110 |
Color Harmonies of #7B3220
Complementary color
Monochromatic Colors of #7B3220
Black with #7B3220
Text Example
Text Example
White with #7B3220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B3220; }
p { color: rgb(123,50,32); }
H1.HeaderClassName
{
color: #7B3220;
}
.AnyTagClassName
{
color: #7B3220;
}
</style>
background-color css
<style>
a { background-color: #7B3220; }
a { background-color: rgb(123,50,32); }
div.DivClassName
{
background-color: #7B3220;
}
.BgClassName
{
background-color: #7B3220;
}
</style>
border-color css
<style>
span { border-color: #7B3220; }
span { border-color: rgb(123,50,32); }
td.TdClassName
{
border-color: #7B3220;
}
.TagClassName
{
border-color: #7B3220;
}
</style>