Shades of Stonewall #7C7665
Tints of Stonewall #7C7665
RGB
CMYK
RGB Variations
Color information
#7C7665 (or 0x7C7665) is known color: Stonewall. HEX triplet: 7C, 76 and 65. RGB value is (124,118,101). Sum of RGB (Red+Green+Blue) = 124+118+101=343 (45% of max value = 765). Red value is 124 (48.83% from 255 or 36.15% from 343); Green value is 118 (46.48% from 255 or 34.40% from 343); Blue value is 101 (39.84% from 255 or 29.45% from 343); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7665 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7665 is #83899A. Grayscale: #757575. Windows color (decimal): -8620443 or 6649468. OLE color: 6649468.
HSL color Cylindrical-coordinate representation of color #7C7665: hue angle of 44.35º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7C7665 is Cyan = 0, Magento = 0.05, Yellow = 0.19 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 118 | 101 | - |
| CMYK | 0 | 0.05 | 0.19 | 0.51 |
| HSL | 44.35º | 0.1% | 0.44% | - |
| HSV(B) | 44.35º | 0.19% | 0.49% | - |
| XYZ | 17.14 | 18.18 | 14.92 | - |
| YUV | 117.86 | 118.49 | 132.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 118 | 101 | 0 | 0.05 | 0.19 | 0.51 | 44.35 | 0.1 | 0.44 |
| Hex | 7C | 76 | 65 | 0 | 5 | 13 | 33 | 2C | A | 2C |
| Octal | 174 | 166 | 145 | 0 | 5 | 23 | 63 | 54 | 12 | 54 |
| Binary | 1111100 | 1110110 | 1100101 | 0 | 101 | 10011 | 110011 | 101100 | 1010 | 101100 |
Color Harmonies of #7C7665
Complementary color
Monochromatic Colors of #7C7665
Black with #7C7665
Text Example
Text Example
White with #7C7665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7665; }
p { color: rgb(124,118,101); }
H1.HeaderClassName
{
color: #7C7665;
}
.AnyTagClassName
{
color: #7C7665;
}
</style>
background-color css
<style>
a { background-color: #7C7665; }
a { background-color: rgb(124,118,101); }
div.DivClassName
{
background-color: #7C7665;
}
.BgClassName
{
background-color: #7C7665;
}
</style>
border-color css
<style>
span { border-color: #7C7665; }
span { border-color: rgb(124,118,101); }
td.TdClassName
{
border-color: #7C7665;
}
.TagClassName
{
border-color: #7C7665;
}
</style>