Shades of Stonewall #7C7466
Tints of Stonewall #7C7466
RGB
CMYK
RGB Variations
Color information
#7C7466 (or 0x7C7466) is known color: Stonewall. HEX triplet: 7C, 74 and 66. RGB value is (124,116,102). Sum of RGB (Red+Green+Blue) = 124+116+102=342 (45% of max value = 765). Red value is 124 (48.83% from 255 or 36.26% from 342); Green value is 116 (45.70% from 255 or 33.92% from 342); Blue value is 102 (40.23% from 255 or 29.82% from 342); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7466 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7466 is #838B99. Grayscale: #747474. Windows color (decimal): -8620954 or 6714492. OLE color: 6714492.
HSL color Cylindrical-coordinate representation of color #7C7466: hue angle of 38.18º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7C7466 is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 116 | 102 | - |
| CMYK | 0 | 0.06 | 0.18 | 0.51 |
| HSL | 38.18º | 0.1% | 0.44% | - |
| HSV(B) | 38.18º | 0.18% | 0.49% | - |
| XYZ | 16.96 | 17.74 | 15.1 | - |
| YUV | 116.8 | 119.65 | 133.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 116 | 102 | 0 | 0.06 | 0.18 | 0.51 | 38.18 | 0.1 | 0.44 |
| Hex | 7C | 74 | 66 | 0 | 6 | 12 | 33 | 26 | A | 2C |
| Octal | 174 | 164 | 146 | 0 | 6 | 22 | 63 | 46 | 12 | 54 |
| Binary | 1111100 | 1110100 | 1100110 | 0 | 110 | 10010 | 110011 | 100110 | 1010 | 101100 |
Color Harmonies of #7C7466
Complementary color
Monochromatic Colors of #7C7466
Black with #7C7466
Text Example
Text Example
White with #7C7466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7466; }
p { color: rgb(124,116,102); }
H1.HeaderClassName
{
color: #7C7466;
}
.AnyTagClassName
{
color: #7C7466;
}
</style>
background-color css
<style>
a { background-color: #7C7466; }
a { background-color: rgb(124,116,102); }
div.DivClassName
{
background-color: #7C7466;
}
.BgClassName
{
background-color: #7C7466;
}
</style>
border-color css
<style>
span { border-color: #7C7466; }
span { border-color: rgb(124,116,102); }
td.TdClassName
{
border-color: #7C7466;
}
.TagClassName
{
border-color: #7C7466;
}
</style>