Shades of Stonewall #7B746A
Tints of Stonewall #7B746A
RGB
CMYK
RGB Variations
Color information
#7B746A (or 0x7B746A) is known color: Stonewall. HEX triplet: 7B, 74 and 6A. RGB value is (123,116,106). Sum of RGB (Red+Green+Blue) = 123+116+106=345 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.65% from 345); Green value is 116 (45.70% from 255 or 33.62% from 345); Blue value is 106 (41.80% from 255 or 30.72% from 345); Max value from RGB is 123 - color contains mainly: red. Hex color #7B746A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B746A is #848B95. Grayscale: #757575. Windows color (decimal): -8686486 or 6976635. OLE color: 6976635.
HSL color Cylindrical-coordinate representation of color #7B746A: hue angle of 35.29º degrees, saturation: 0.07, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #7B746A is Cyan = 0, Magento = 0.06, Yellow = 0.14 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 116 | 106 | - |
| CMYK | 0 | 0.06 | 0.14 | 0.52 |
| HSL | 35.29º | 0.07% | 0.45% | - |
| HSV(B) | 35.29º | 0.14% | 0.48% | - |
| XYZ | 17.02 | 17.74 | 16.16 | - |
| YUV | 116.95 | 121.82 | 132.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 116 | 106 | 0 | 0.06 | 0.14 | 0.52 | 35.29 | 0.07 | 0.45 |
| Hex | 7B | 74 | 6A | 0 | 6 | E | 34 | 23 | 7 | 2D |
| Octal | 173 | 164 | 152 | 0 | 6 | 16 | 64 | 43 | 7 | 55 |
| Binary | 1111011 | 1110100 | 1101010 | 0 | 110 | 1110 | 110100 | 100011 | 111 | 101101 |
Color Harmonies of #7B746A
Complementary color
Monochromatic Colors of #7B746A
Black with #7B746A
Text Example
Text Example
White with #7B746A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B746A; }
p { color: rgb(123,116,106); }
H1.HeaderClassName
{
color: #7B746A;
}
.AnyTagClassName
{
color: #7B746A;
}
</style>
background-color css
<style>
a { background-color: #7B746A; }
a { background-color: rgb(123,116,106); }
div.DivClassName
{
background-color: #7B746A;
}
.BgClassName
{
background-color: #7B746A;
}
</style>
border-color css
<style>
span { border-color: #7B746A; }
span { border-color: rgb(123,116,106); }
td.TdClassName
{
border-color: #7B746A;
}
.TagClassName
{
border-color: #7B746A;
}
</style>