Shades of Shadow #7C674C
Tints of Shadow #7C674C
RGB
CMYK
RGB Variations
Color information
#7C674C (or 0x7C674C) is known color: Shadow. HEX triplet: 7C, 67 and 4C. RGB value is (124,103,76). Sum of RGB (Red+Green+Blue) = 124+103+76=303 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.92% from 303); Green value is 103 (40.62% from 255 or 33.99% from 303); Blue value is 76 (30.08% from 255 or 25.08% from 303); Max value from RGB is 124 - color contains mainly: red. Hex color #7C674C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C674C is #8398B3. Grayscale: #6A6A6A. Windows color (decimal): -8624308 or 5007228. OLE color: 5007228.
HSL color Cylindrical-coordinate representation of color #7C674C: hue angle of 33.75º degrees, saturation: 0.24, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7C674C is Cyan = 0, Magento = 0.17, Yellow = 0.39 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 103 | 76 | - |
| CMYK | 0 | 0.17 | 0.39 | 0.51 |
| HSL | 33.75º | 0.24% | 0.39% | - |
| HSV(B) | 33.75º | 0.39% | 0.49% | - |
| XYZ | 14.47 | 14.51 | 8.88 | - |
| YUV | 106.2 | 110.96 | 140.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 103 | 76 | 0 | 0.17 | 0.39 | 0.51 | 33.75 | 0.24 | 0.39 |
| Hex | 7C | 67 | 4C | 0 | 11 | 27 | 33 | 22 | 18 | 27 |
| Octal | 174 | 147 | 114 | 0 | 21 | 47 | 63 | 42 | 30 | 47 |
| Binary | 1111100 | 1100111 | 1001100 | 0 | 10001 | 100111 | 110011 | 100010 | 11000 | 100111 |
Color Harmonies of #7C674C
Complementary color
Monochromatic Colors of #7C674C
Black with #7C674C
Text Example
Text Example
White with #7C674C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C674C; }
p { color: rgb(124,103,76); }
H1.HeaderClassName
{
color: #7C674C;
}
.AnyTagClassName
{
color: #7C674C;
}
</style>
background-color css
<style>
a { background-color: #7C674C; }
a { background-color: rgb(124,103,76); }
div.DivClassName
{
background-color: #7C674C;
}
.BgClassName
{
background-color: #7C674C;
}
</style>
border-color css
<style>
span { border-color: #7C674C; }
span { border-color: rgb(124,103,76); }
td.TdClassName
{
border-color: #7C674C;
}
.TagClassName
{
border-color: #7C674C;
}
</style>