Shades of Pueblo #7B2919
Tints of Pueblo #7B2919
RGB
CMYK
RGB Variations
Color information
#7B2919 (or 0x7B2919) is known color: Pueblo. HEX triplet: 7B, 29 and 19. RGB value is (123,41,25). Sum of RGB (Red+Green+Blue) = 123+41+25=189 (25% of max value = 765). Red value is 123 (48.44% from 255 or 65.08% from 189); Green value is 41 (16.41% from 255 or 21.69% from 189); Blue value is 25 (10.16% from 255 or 13.23% from 189); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2919 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7B2919 is #84D6E6. Grayscale: #3F3F3F. Windows color (decimal): -8705767 or 1649019. OLE color: 1649019.
HSL color Cylindrical-coordinate representation of color #7B2919: hue angle of 9.8º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7B2919 is Cyan = 0, Magento = 0.67, Yellow = 0.80 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 41 | 25 | - |
| CMYK | 0 | 0.67 | 0.80 | 0.52 |
| HSL | 9.8º | 0.66% | 0.29% | - |
| HSV(B) | 9.8º | 0.8% | 0.48% | - |
| XYZ | 9.14 | 5.87 | 1.57 | - |
| YUV | 63.69 | 106.17 | 170.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 41 | 25 | 0 | 0.67 | 0.80 | 0.52 | 9.8 | 0.66 | 0.29 |
| Hex | 7B | 29 | 19 | 0 | 43 | 50 | 34 | A | 42 | 1D |
| Octal | 173 | 51 | 31 | 0 | 103 | 120 | 64 | 12 | 102 | 35 |
| Binary | 1111011 | 101001 | 11001 | 0 | 1000011 | 1010000 | 110100 | 1010 | 1000010 | 11101 |
Color Harmonies of #7B2919
Complementary color
Monochromatic Colors of #7B2919
Black with #7B2919
Text Example
Text Example
White with #7B2919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B2919; }
p { color: rgb(123,41,25); }
H1.HeaderClassName
{
color: #7B2919;
}
.AnyTagClassName
{
color: #7B2919;
}
</style>
background-color css
<style>
a { background-color: #7B2919; }
a { background-color: rgb(123,41,25); }
div.DivClassName
{
background-color: #7B2919;
}
.BgClassName
{
background-color: #7B2919;
}
</style>
border-color css
<style>
span { border-color: #7B2919; }
span { border-color: rgb(123,41,25); }
td.TdClassName
{
border-color: #7B2919;
}
.TagClassName
{
border-color: #7B2919;
}
</style>