Shades of Pueblo #7B2915
Tints of Pueblo #7B2915
RGB
CMYK
RGB Variations
Color information
#7B2915 (or 0x7B2915) is known color: Pueblo. HEX triplet: 7B, 29 and 15. RGB value is (123,41,21). Sum of RGB (Red+Green+Blue) = 123+41+21=185 (24% of max value = 765). Red value is 123 (48.44% from 255 or 66.49% from 185); Green value is 41 (16.41% from 255 or 22.16% from 185); Blue value is 21 (8.59% from 255 or 11.35% from 185); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2915 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7B2915 is #84D6EA. Grayscale: #3F3F3F. Windows color (decimal): -8705771 or 1386875. OLE color: 1386875.
HSL color Cylindrical-coordinate representation of color #7B2915: hue angle of 11.76º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7B2915 is Cyan = 0, Magento = 0.67, Yellow = 0.83 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 41 | 21 | - |
| CMYK | 0 | 0.67 | 0.83 | 0.52 |
| HSL | 11.76º | 0.71% | 0.28% | - |
| HSV(B) | 11.76º | 0.83% | 0.48% | - |
| XYZ | 9.1 | 5.85 | 1.36 | - |
| YUV | 63.24 | 104.17 | 170.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 41 | 21 | 0 | 0.67 | 0.83 | 0.52 | 11.76 | 0.71 | 0.28 |
| Hex | 7B | 29 | 15 | 0 | 43 | 53 | 34 | C | 47 | 1C |
| Octal | 173 | 51 | 25 | 0 | 103 | 123 | 64 | 14 | 107 | 34 |
| Binary | 1111011 | 101001 | 10101 | 0 | 1000011 | 1010011 | 110100 | 1100 | 1000111 | 11100 |
Color Harmonies of #7B2915
Complementary color
Monochromatic Colors of #7B2915
Black with #7B2915
Text Example
Text Example
White with #7B2915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B2915; }
p { color: rgb(123,41,21); }
H1.HeaderClassName
{
color: #7B2915;
}
.AnyTagClassName
{
color: #7B2915;
}
</style>
background-color css
<style>
a { background-color: #7B2915; }
a { background-color: rgb(123,41,21); }
div.DivClassName
{
background-color: #7B2915;
}
.BgClassName
{
background-color: #7B2915;
}
</style>
border-color css
<style>
span { border-color: #7B2915; }
span { border-color: rgb(123,41,21); }
td.TdClassName
{
border-color: #7B2915;
}
.TagClassName
{
border-color: #7B2915;
}
</style>