Shades of Shadow #7D674B
Tints of Shadow #7D674B
RGB
CMYK
RGB Variations
Color information
#7D674B (or 0x7D674B) is known color: Shadow. HEX triplet: 7D, 67 and 4B. RGB value is (125,103,75). Sum of RGB (Red+Green+Blue) = 125+103+75=303 (40% of max value = 765). Red value is 125 (49.22% from 255 or 41.25% from 303); Green value is 103 (40.62% from 255 or 33.99% from 303); Blue value is 75 (29.69% from 255 or 24.75% from 303); Max value from RGB is 125 - color contains mainly: red. Hex color #7D674B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D674B is #8298B4. Grayscale: #6A6A6A. Windows color (decimal): -8558773 or 4941693. OLE color: 4941693.
HSL color Cylindrical-coordinate representation of color #7D674B: hue angle of 33.6º degrees, saturation: 0.25, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7D674B is Cyan = 0, Magento = 0.18, Yellow = 0.40 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 103 | 75 | - |
| CMYK | 0 | 0.18 | 0.40 | 0.51 |
| HSL | 33.6º | 0.25% | 0.39% | - |
| HSV(B) | 33.6º | 0.4% | 0.49% | - |
| XYZ | 14.58 | 14.57 | 8.7 | - |
| YUV | 106.39 | 110.29 | 141.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 103 | 75 | 0 | 0.18 | 0.40 | 0.51 | 33.6 | 0.25 | 0.39 |
| Hex | 7D | 67 | 4B | 0 | 12 | 28 | 33 | 22 | 19 | 27 |
| Octal | 175 | 147 | 113 | 0 | 22 | 50 | 63 | 42 | 31 | 47 |
| Binary | 1111101 | 1100111 | 1001011 | 0 | 10010 | 101000 | 110011 | 100010 | 11001 | 100111 |
Color Harmonies of #7D674B
Complementary color
Monochromatic Colors of #7D674B
Black with #7D674B
Text Example
Text Example
White with #7D674B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D674B; }
p { color: rgb(125,103,75); }
H1.HeaderClassName
{
color: #7D674B;
}
.AnyTagClassName
{
color: #7D674B;
}
</style>
background-color css
<style>
a { background-color: #7D674B; }
a { background-color: rgb(125,103,75); }
div.DivClassName
{
background-color: #7D674B;
}
.BgClassName
{
background-color: #7D674B;
}
</style>
border-color css
<style>
span { border-color: #7D674B; }
span { border-color: rgb(125,103,75); }
td.TdClassName
{
border-color: #7D674B;
}
.TagClassName
{
border-color: #7D674B;
}
</style>