Shades of Pueblo #7B3525
Tints of Pueblo #7B3525
RGB
CMYK
RGB Variations
Color information
#7B3525 (or 0x7B3525) is known color: Pueblo. HEX triplet: 7B, 35 and 25. RGB value is (123,53,37). Sum of RGB (Red+Green+Blue) = 123+53+37=213 (28% of max value = 765). Red value is 123 (48.44% from 255 or 57.75% from 213); Green value is 53 (21.09% from 255 or 24.88% from 213); Blue value is 37 (14.84% from 255 or 17.37% from 213); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3525 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B3525 is #84CADA. Grayscale: #484848. Windows color (decimal): -8702683 or 2438523. OLE color: 2438523.
HSL color Cylindrical-coordinate representation of color #7B3525: hue angle of 11.16º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7B3525 is Cyan = 0, Magento = 0.57, Yellow = 0.70 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 53 | 37 | - |
| CMYK | 0 | 0.57 | 0.70 | 0.52 |
| HSL | 11.16º | 0.54% | 0.31% | - |
| HSV(B) | 11.16º | 0.7% | 0.48% | - |
| XYZ | 9.78 | 6.89 | 2.57 | - |
| YUV | 72.11 | 108.19 | 164.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 53 | 37 | 0 | 0.57 | 0.70 | 0.52 | 11.16 | 0.54 | 0.31 |
| Hex | 7B | 35 | 25 | 0 | 39 | 46 | 34 | B | 36 | 1F |
| Octal | 173 | 65 | 45 | 0 | 71 | 106 | 64 | 13 | 66 | 37 |
| Binary | 1111011 | 110101 | 100101 | 0 | 111001 | 1000110 | 110100 | 1011 | 110110 | 11111 |
Color Harmonies of #7B3525
Complementary color
Monochromatic Colors of #7B3525
Black with #7B3525
Text Example
Text Example
White with #7B3525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B3525; }
p { color: rgb(123,53,37); }
H1.HeaderClassName
{
color: #7B3525;
}
.AnyTagClassName
{
color: #7B3525;
}
</style>
background-color css
<style>
a { background-color: #7B3525; }
a { background-color: rgb(123,53,37); }
div.DivClassName
{
background-color: #7B3525;
}
.BgClassName
{
background-color: #7B3525;
}
</style>
border-color css
<style>
span { border-color: #7B3525; }
span { border-color: rgb(123,53,37); }
td.TdClassName
{
border-color: #7B3525;
}
.TagClassName
{
border-color: #7B3525;
}
</style>