Shades of Shadow #7C694D
Tints of Shadow #7C694D
RGB
CMYK
RGB Variations
Color information
#7C694D (or 0x7C694D) is known color: Shadow. HEX triplet: 7C, 69 and 4D. RGB value is (124,105,77). Sum of RGB (Red+Green+Blue) = 124+105+77=306 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.52% from 306); Green value is 105 (41.41% from 255 or 34.31% from 306); Blue value is 77 (30.47% from 255 or 25.16% from 306); Max value from RGB is 124 - color contains mainly: red. Hex color #7C694D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C694D is #8396B2. Grayscale: #6B6B6B. Windows color (decimal): -8623795 or 5073276. OLE color: 5073276.
HSL color Cylindrical-coordinate representation of color #7C694D: hue angle of 35.74º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7C694D is Cyan = 0, Magento = 0.15, Yellow = 0.38 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 105 | 77 | - |
| CMYK | 0 | 0.15 | 0.38 | 0.51 |
| HSL | 35.74º | 0.23% | 0.39% | - |
| HSV(B) | 35.74º | 0.38% | 0.49% | - |
| XYZ | 14.7 | 14.92 | 9.13 | - |
| YUV | 107.49 | 110.79 | 139.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 105 | 77 | 0 | 0.15 | 0.38 | 0.51 | 35.74 | 0.23 | 0.39 |
| Hex | 7C | 69 | 4D | 0 | F | 26 | 33 | 24 | 17 | 27 |
| Octal | 174 | 151 | 115 | 0 | 17 | 46 | 63 | 44 | 27 | 47 |
| Binary | 1111100 | 1101001 | 1001101 | 0 | 1111 | 100110 | 110011 | 100100 | 10111 | 100111 |
Color Harmonies of #7C694D
Complementary color
Monochromatic Colors of #7C694D
Black with #7C694D
Text Example
Text Example
White with #7C694D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C694D; }
p { color: rgb(124,105,77); }
H1.HeaderClassName
{
color: #7C694D;
}
.AnyTagClassName
{
color: #7C694D;
}
</style>
background-color css
<style>
a { background-color: #7C694D; }
a { background-color: rgb(124,105,77); }
div.DivClassName
{
background-color: #7C694D;
}
.BgClassName
{
background-color: #7C694D;
}
</style>
border-color css
<style>
span { border-color: #7C694D; }
span { border-color: rgb(124,105,77); }
td.TdClassName
{
border-color: #7C694D;
}
.TagClassName
{
border-color: #7C694D;
}
</style>