Shades of Pueblo #7A3726
Tints of Pueblo #7A3726
RGB
CMYK
RGB Variations
Color information
#7A3726 (or 0x7A3726) is known color: Pueblo. HEX triplet: 7A, 37 and 26. RGB value is (122,55,38). Sum of RGB (Red+Green+Blue) = 122+55+38=215 (28% of max value = 765). Red value is 122 (48.05% from 255 or 56.74% from 215); Green value is 55 (21.88% from 255 or 25.58% from 215); Blue value is 38 (15.23% from 255 or 17.67% from 215); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3726 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A3726 is #85C8D9. Grayscale: #494949. Windows color (decimal): -8767706 or 2504570. OLE color: 2504570.
HSL color Cylindrical-coordinate representation of color #7A3726: hue angle of 12.14º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7A3726 is Cyan = 0, Magento = 0.55, Yellow = 0.69 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 55 | 38 | - |
| CMYK | 0 | 0.55 | 0.69 | 0.52 |
| HSL | 12.14º | 0.53% | 0.31% | - |
| HSV(B) | 12.14º | 0.69% | 0.48% | - |
| XYZ | 9.74 | 7.01 | 2.67 | - |
| YUV | 73.1 | 108.2 | 162.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 55 | 38 | 0 | 0.55 | 0.69 | 0.52 | 12.14 | 0.53 | 0.31 |
| Hex | 7A | 37 | 26 | 0 | 37 | 45 | 34 | C | 34 | 1F |
| Octal | 172 | 67 | 46 | 0 | 67 | 105 | 64 | 14 | 64 | 37 |
| Binary | 1111010 | 110111 | 100110 | 0 | 110111 | 1000101 | 110100 | 1100 | 110100 | 11111 |
Color Harmonies of #7A3726
Complementary color
Monochromatic Colors of #7A3726
Black with #7A3726
Text Example
Text Example
White with #7A3726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3726; }
p { color: rgb(122,55,38); }
H1.HeaderClassName
{
color: #7A3726;
}
.AnyTagClassName
{
color: #7A3726;
}
</style>
background-color css
<style>
a { background-color: #7A3726; }
a { background-color: rgb(122,55,38); }
div.DivClassName
{
background-color: #7A3726;
}
.BgClassName
{
background-color: #7A3726;
}
</style>
border-color css
<style>
span { border-color: #7A3726; }
span { border-color: rgb(122,55,38); }
td.TdClassName
{
border-color: #7A3726;
}
.TagClassName
{
border-color: #7A3726;
}
</style>