Shades of Light Wood #7D5D5C
Tints of Light Wood #7D5D5C
RGB
CMYK
RGB Variations
Color information
#7D5D5C (or 0x7D5D5C) is known color: Light Wood. HEX triplet: 7D, 5D and 5C. RGB value is (125,93,92). Sum of RGB (Red+Green+Blue) = 125+93+92=310 (41% of max value = 765). Red value is 125 (49.22% from 255 or 40.32% from 310); Green value is 93 (36.72% from 255 or 30% from 310); Blue value is 92 (36.33% from 255 or 29.68% from 310); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5D5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D5D5C is #82A2A3. Grayscale: #666666. Windows color (decimal): -8561316 or 6053245. OLE color: 6053245.
HSL color Cylindrical-coordinate representation of color #7D5D5C: hue angle of 1.82º degrees, saturation: 0.15, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7D5D5C is Cyan = 0, Magento = 0.26, Yellow = 0.26 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 93 | 92 | - |
| CMYK | 0 | 0.26 | 0.26 | 0.51 |
| HSL | 1.82º | 0.15% | 0.43% | - |
| HSV(B) | 1.82º | 0.26% | 0.49% | - |
| XYZ | 14.3 | 12.96 | 11.87 | - |
| YUV | 102.45 | 122.1 | 144.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 93 | 92 | 0 | 0.26 | 0.26 | 0.51 | 1.82 | 0.15 | 0.43 |
| Hex | 7D | 5D | 5C | 0 | 1A | 1A | 33 | 2 | F | 2B |
| Octal | 175 | 135 | 134 | 0 | 32 | 32 | 63 | 2 | 17 | 53 |
| Binary | 1111101 | 1011101 | 1011100 | 0 | 11010 | 11010 | 110011 | 10 | 1111 | 101011 |
Color Harmonies of #7D5D5C
Complementary color
Monochromatic Colors of #7D5D5C
Black with #7D5D5C
Text Example
Text Example
White with #7D5D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D5D5C; }
p { color: rgb(125,93,92); }
H1.HeaderClassName
{
color: #7D5D5C;
}
.AnyTagClassName
{
color: #7D5D5C;
}
</style>
background-color css
<style>
a { background-color: #7D5D5C; }
a { background-color: rgb(125,93,92); }
div.DivClassName
{
background-color: #7D5D5C;
}
.BgClassName
{
background-color: #7D5D5C;
}
</style>
border-color css
<style>
span { border-color: #7D5D5C; }
span { border-color: rgb(125,93,92); }
td.TdClassName
{
border-color: #7D5D5C;
}
.TagClassName
{
border-color: #7D5D5C;
}
</style>