Shades of Shadow #7F694D
Tints of Shadow #7F694D
RGB
CMYK
RGB Variations
Color information
#7F694D (or 0x7F694D) is known color: Shadow. HEX triplet: 7F, 69 and 4D. RGB value is (127,105,77). Sum of RGB (Red+Green+Blue) = 127+105+77=309 (40% of max value = 765). Red value is 127 (50% from 255 or 41.10% from 309); Green value is 105 (41.41% from 255 or 33.98% from 309); Blue value is 77 (30.47% from 255 or 24.92% from 309); Max value from RGB is 127 - color contains mainly: red. Hex color #7F694D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F694D is #8096B2. Grayscale: #6C6C6C. Windows color (decimal): -8427187 or 5073279. OLE color: 5073279.
HSL color Cylindrical-coordinate representation of color #7F694D: hue angle of 33.6º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7F694D is Cyan = 0, Magento = 0.17, Yellow = 0.39 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 105 | 77 | - |
| CMYK | 0 | 0.17 | 0.39 | 0.50 |
| HSL | 33.6º | 0.25% | 0.4% | - |
| HSV(B) | 33.6º | 0.39% | 0.5% | - |
| XYZ | 15.14 | 15.15 | 9.15 | - |
| YUV | 108.39 | 110.29 | 141.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 105 | 77 | 0 | 0.17 | 0.39 | 0.50 | 33.6 | 0.25 | 0.4 |
| Hex | 7F | 69 | 4D | 0 | 11 | 27 | 32 | 22 | 19 | 28 |
| Octal | 177 | 151 | 115 | 0 | 21 | 47 | 62 | 42 | 31 | 50 |
| Binary | 1111111 | 1101001 | 1001101 | 0 | 10001 | 100111 | 110010 | 100010 | 11001 | 101000 |
Color Harmonies of #7F694D
Complementary color
Monochromatic Colors of #7F694D
Black with #7F694D
Text Example
Text Example
White with #7F694D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F694D; }
p { color: rgb(127,105,77); }
H1.HeaderClassName
{
color: #7F694D;
}
.AnyTagClassName
{
color: #7F694D;
}
</style>
background-color css
<style>
a { background-color: #7F694D; }
a { background-color: rgb(127,105,77); }
div.DivClassName
{
background-color: #7F694D;
}
.BgClassName
{
background-color: #7F694D;
}
</style>
border-color css
<style>
span { border-color: #7F694D; }
span { border-color: rgb(127,105,77); }
td.TdClassName
{
border-color: #7F694D;
}
.TagClassName
{
border-color: #7F694D;
}
</style>