Shades of Shadow #7C694E
Tints of Shadow #7C694E
RGB
CMYK
RGB Variations
Color information
#7C694E (or 0x7C694E) is known color: Shadow. HEX triplet: 7C, 69 and 4E. RGB value is (124,105,78). Sum of RGB (Red+Green+Blue) = 124+105+78=307 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.39% from 307); Green value is 105 (41.41% from 255 or 34.20% from 307); Blue value is 78 (30.86% from 255 or 25.41% from 307); Max value from RGB is 124 - color contains mainly: red. Hex color #7C694E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C694E is #8396B1. Grayscale: #6B6B6B. Windows color (decimal): -8623794 or 5138812. OLE color: 5138812.
HSL color Cylindrical-coordinate representation of color #7C694E: hue angle of 35.22º degrees, saturation: 0.23, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7C694E is Cyan = 0, Magento = 0.15, Yellow = 0.37 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 105 | 78 | - |
| CMYK | 0 | 0.15 | 0.37 | 0.51 |
| HSL | 35.22º | 0.23% | 0.4% | - |
| HSV(B) | 35.22º | 0.37% | 0.49% | - |
| XYZ | 14.74 | 14.94 | 9.31 | - |
| YUV | 107.6 | 111.29 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 105 | 78 | 0 | 0.15 | 0.37 | 0.51 | 35.22 | 0.23 | 0.4 |
| Hex | 7C | 69 | 4E | 0 | F | 25 | 33 | 23 | 17 | 28 |
| Octal | 174 | 151 | 116 | 0 | 17 | 45 | 63 | 43 | 27 | 50 |
| Binary | 1111100 | 1101001 | 1001110 | 0 | 1111 | 100101 | 110011 | 100011 | 10111 | 101000 |
Color Harmonies of #7C694E
Complementary color
Monochromatic Colors of #7C694E
Black with #7C694E
Text Example
Text Example
White with #7C694E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C694E; }
p { color: rgb(124,105,78); }
H1.HeaderClassName
{
color: #7C694E;
}
.AnyTagClassName
{
color: #7C694E;
}
</style>
background-color css
<style>
a { background-color: #7C694E; }
a { background-color: rgb(124,105,78); }
div.DivClassName
{
background-color: #7C694E;
}
.BgClassName
{
background-color: #7C694E;
}
</style>
border-color css
<style>
span { border-color: #7C694E; }
span { border-color: rgb(124,105,78); }
td.TdClassName
{
border-color: #7C694E;
}
.TagClassName
{
border-color: #7C694E;
}
</style>