Shades of Pueblo #7B3223
Tints of Pueblo #7B3223
RGB
CMYK
RGB Variations
Color information
#7B3223 (or 0x7B3223) is known color: Pueblo. HEX triplet: 7B, 32 and 23. RGB value is (123,50,35). Sum of RGB (Red+Green+Blue) = 123+50+35=208 (27% of max value = 765). Red value is 123 (48.44% from 255 or 59.13% from 208); Green value is 50 (19.92% from 255 or 24.04% from 208); Blue value is 35 (14.06% from 255 or 16.83% from 208); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3223 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B3223 is #84CDDC. Grayscale: #464646. Windows color (decimal): -8703453 or 2306683. OLE color: 2306683.
HSL color Cylindrical-coordinate representation of color #7B3223: hue angle of 10.23º degrees, saturation: 0.56, 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 #7B3223 is Cyan = 0, Magento = 0.59, Yellow = 0.72 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 50 | 35 | - |
| CMYK | 0 | 0.59 | 0.72 | 0.52 |
| HSL | 10.23º | 0.56% | 0.31% | - |
| HSV(B) | 10.23º | 0.72% | 0.48% | - |
| XYZ | 9.61 | 6.61 | 2.36 | - |
| YUV | 70.12 | 108.18 | 165.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 50 | 35 | 0 | 0.59 | 0.72 | 0.52 | 10.23 | 0.56 | 0.31 |
| Hex | 7B | 32 | 23 | 0 | 3B | 48 | 34 | A | 38 | 1F |
| Octal | 173 | 62 | 43 | 0 | 73 | 110 | 64 | 12 | 70 | 37 |
| Binary | 1111011 | 110010 | 100011 | 0 | 111011 | 1001000 | 110100 | 1010 | 111000 | 11111 |
Color Harmonies of #7B3223
Complementary color
Monochromatic Colors of #7B3223
Black with #7B3223
Text Example
Text Example
White with #7B3223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B3223; }
p { color: rgb(123,50,35); }
H1.HeaderClassName
{
color: #7B3223;
}
.AnyTagClassName
{
color: #7B3223;
}
</style>
background-color css
<style>
a { background-color: #7B3223; }
a { background-color: rgb(123,50,35); }
div.DivClassName
{
background-color: #7B3223;
}
.BgClassName
{
background-color: #7B3223;
}
</style>
border-color css
<style>
span { border-color: #7B3223; }
span { border-color: rgb(123,50,35); }
td.TdClassName
{
border-color: #7B3223;
}
.TagClassName
{
border-color: #7B3223;
}
</style>