Shades of Stonewall #7B7568
Tints of Stonewall #7B7568
RGB
CMYK
RGB Variations
Color information
#7B7568 (or 0x7B7568) is known color: Stonewall. HEX triplet: 7B, 75 and 68. RGB value is (123,117,104). Sum of RGB (Red+Green+Blue) = 123+117+104=344 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.76% from 344); Green value is 117 (46.09% from 255 or 34.01% from 344); Blue value is 104 (41.02% from 255 or 30.23% from 344); Max value from RGB is 123 - color contains mainly: red. Hex color #7B7568 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B7568 is #848A97. Grayscale: #757575. Windows color (decimal): -8686232 or 6845819. OLE color: 6845819.
HSL color Cylindrical-coordinate representation of color #7B7568: hue angle of 41.05º degrees, saturation: 0.08, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #7B7568 is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 117 | 104 | - |
| CMYK | 0 | 0.05 | 0.15 | 0.52 |
| HSL | 41.05º | 0.08% | 0.45% | - |
| HSV(B) | 41.05º | 0.15% | 0.48% | - |
| XYZ | 17.03 | 17.93 | 15.66 | - |
| YUV | 117.31 | 120.49 | 132.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 117 | 104 | 0 | 0.05 | 0.15 | 0.52 | 41.05 | 0.08 | 0.45 |
| Hex | 7B | 75 | 68 | 0 | 5 | F | 34 | 29 | 8 | 2D |
| Octal | 173 | 165 | 150 | 0 | 5 | 17 | 64 | 51 | 10 | 55 |
| Binary | 1111011 | 1110101 | 1101000 | 0 | 101 | 1111 | 110100 | 101001 | 1000 | 101101 |
Color Harmonies of #7B7568
Complementary color
Monochromatic Colors of #7B7568
Black with #7B7568
Text Example
Text Example
White with #7B7568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B7568; }
p { color: rgb(123,117,104); }
H1.HeaderClassName
{
color: #7B7568;
}
.AnyTagClassName
{
color: #7B7568;
}
</style>
background-color css
<style>
a { background-color: #7B7568; }
a { background-color: rgb(123,117,104); }
div.DivClassName
{
background-color: #7B7568;
}
.BgClassName
{
background-color: #7B7568;
}
</style>
border-color css
<style>
span { border-color: #7B7568; }
span { border-color: rgb(123,117,104); }
td.TdClassName
{
border-color: #7B7568;
}
.TagClassName
{
border-color: #7B7568;
}
</style>