Shades of Stonewall #7A746B
Tints of Stonewall #7A746B
RGB
CMYK
RGB Variations
Color information
#7A746B (or 0x7A746B) is known color: Stonewall. HEX triplet: 7A, 74 and 6B. RGB value is (122,116,107). Sum of RGB (Red+Green+Blue) = 122+116+107=345 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.36% from 345); Green value is 116 (45.70% from 255 or 33.62% from 345); Blue value is 107 (42.19% from 255 or 31.01% from 345); Max value from RGB is 122 - color contains mainly: red. Hex color #7A746B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A746B is #858B94. Grayscale: #747474. Windows color (decimal): -8752021 or 7042170. OLE color: 7042170.
HSL color Cylindrical-coordinate representation of color #7A746B: hue angle of 36º degrees, saturation: 0.07, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #7A746B is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 116 | 107 | - |
| CMYK | 0 | 0.05 | 0.12 | 0.52 |
| HSL | 36º | 0.07% | 0.45% | - |
| HSV(B) | 36º | 0.12% | 0.48% | - |
| XYZ | 16.93 | 17.69 | 16.43 | - |
| YUV | 116.77 | 122.49 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 116 | 107 | 0 | 0.05 | 0.12 | 0.52 | 36 | 0.07 | 0.45 |
| Hex | 7A | 74 | 6B | 0 | 5 | C | 34 | 24 | 7 | 2D |
| Octal | 172 | 164 | 153 | 0 | 5 | 14 | 64 | 44 | 7 | 55 |
| Binary | 1111010 | 1110100 | 1101011 | 0 | 101 | 1100 | 110100 | 100100 | 111 | 101101 |
Color Harmonies of #7A746B
Complementary color
Monochromatic Colors of #7A746B
Black with #7A746B
Text Example
Text Example
White with #7A746B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A746B; }
p { color: rgb(122,116,107); }
H1.HeaderClassName
{
color: #7A746B;
}
.AnyTagClassName
{
color: #7A746B;
}
</style>
background-color css
<style>
a { background-color: #7A746B; }
a { background-color: rgb(122,116,107); }
div.DivClassName
{
background-color: #7A746B;
}
.BgClassName
{
background-color: #7A746B;
}
</style>
border-color css
<style>
span { border-color: #7A746B; }
span { border-color: rgb(122,116,107); }
td.TdClassName
{
border-color: #7A746B;
}
.TagClassName
{
border-color: #7A746B;
}
</style>