Shades of Pueblo #7B3527
Tints of Pueblo #7B3527
RGB
CMYK
RGB Variations
Color information
#7B3527 (or 0x7B3527) is known color: Pueblo. HEX triplet: 7B, 35 and 27. RGB value is (123,53,39). Sum of RGB (Red+Green+Blue) = 123+53+39=215 (28% of max value = 765). Red value is 123 (48.44% from 255 or 57.21% from 215); Green value is 53 (21.09% from 255 or 24.65% from 215); Blue value is 39 (15.62% from 255 or 18.14% from 215); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3527 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B3527 is #84CAD8. Grayscale: #484848. Windows color (decimal): -8702681 or 2569595. OLE color: 2569595.
HSL color Cylindrical-coordinate representation of color #7B3527: hue angle of 10º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7B3527 is Cyan = 0, Magento = 0.57, Yellow = 0.68 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 53 | 39 | - |
| CMYK | 0 | 0.57 | 0.68 | 0.52 |
| HSL | 10º | 0.52% | 0.32% | - |
| HSV(B) | 10º | 0.68% | 0.48% | - |
| XYZ | 9.81 | 6.9 | 2.74 | - |
| YUV | 72.33 | 109.19 | 164.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 53 | 39 | 0 | 0.57 | 0.68 | 0.52 | 10 | 0.52 | 0.32 |
| Hex | 7B | 35 | 27 | 0 | 39 | 44 | 34 | A | 34 | 20 |
| Octal | 173 | 65 | 47 | 0 | 71 | 104 | 64 | 12 | 64 | 40 |
| Binary | 1111011 | 110101 | 100111 | 0 | 111001 | 1000100 | 110100 | 1010 | 110100 | 100000 |
Color Harmonies of #7B3527
Complementary color
Monochromatic Colors of #7B3527
Black with #7B3527
Text Example
Text Example
White with #7B3527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B3527; }
p { color: rgb(123,53,39); }
H1.HeaderClassName
{
color: #7B3527;
}
.AnyTagClassName
{
color: #7B3527;
}
</style>
background-color css
<style>
a { background-color: #7B3527; }
a { background-color: rgb(123,53,39); }
div.DivClassName
{
background-color: #7B3527;
}
.BgClassName
{
background-color: #7B3527;
}
</style>
border-color css
<style>
span { border-color: #7B3527; }
span { border-color: rgb(123,53,39); }
td.TdClassName
{
border-color: #7B3527;
}
.TagClassName
{
border-color: #7B3527;
}
</style>