Shades of Pueblo #7B3420
Tints of Pueblo #7B3420
RGB
CMYK
RGB Variations
Color information
#7B3420 (or 0x7B3420) is known color: Pueblo. HEX triplet: 7B, 34 and 20. RGB value is (123,52,32). Sum of RGB (Red+Green+Blue) = 123+52+32=207 (27% of max value = 765). Red value is 123 (48.44% from 255 or 59.42% from 207); Green value is 52 (20.70% from 255 or 25.12% from 207); Blue value is 32 (12.89% from 255 or 15.46% from 207); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3420 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B3420 is #84CBDF. Grayscale: #474747. Windows color (decimal): -8702944 or 2110587. OLE color: 2110587.
HSL color Cylindrical-coordinate representation of color #7B3420: hue angle of 13.19º 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 #7B3420 is Cyan = 0, Magento = 0.58, Yellow = 0.74 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 52 | 32 | - |
| CMYK | 0 | 0.58 | 0.74 | 0.52 |
| HSL | 13.19º | 0.59% | 0.3% | - |
| HSV(B) | 13.19º | 0.74% | 0.48% | - |
| XYZ | 9.66 | 6.77 | 2.16 | - |
| YUV | 70.95 | 106.02 | 165.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 52 | 32 | 0 | 0.58 | 0.74 | 0.52 | 13.19 | 0.59 | 0.3 |
| Hex | 7B | 34 | 20 | 0 | 3A | 4A | 34 | D | 3B | 1E |
| Octal | 173 | 64 | 40 | 0 | 72 | 112 | 64 | 15 | 73 | 36 |
| Binary | 1111011 | 110100 | 100000 | 0 | 111010 | 1001010 | 110100 | 1101 | 111011 | 11110 |
Color Harmonies of #7B3420
Complementary color
Monochromatic Colors of #7B3420
Black with #7B3420
Text Example
Text Example
White with #7B3420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B3420; }
p { color: rgb(123,52,32); }
H1.HeaderClassName
{
color: #7B3420;
}
.AnyTagClassName
{
color: #7B3420;
}
</style>
background-color css
<style>
a { background-color: #7B3420; }
a { background-color: rgb(123,52,32); }
div.DivClassName
{
background-color: #7B3420;
}
.BgClassName
{
background-color: #7B3420;
}
</style>
border-color css
<style>
span { border-color: #7B3420; }
span { border-color: rgb(123,52,32); }
td.TdClassName
{
border-color: #7B3420;
}
.TagClassName
{
border-color: #7B3420;
}
</style>