Shades of Light Wood #7A6363
Tints of Light Wood #7A6363
RGB
CMYK
RGB Variations
Color information
#7A6363 (or 0x7A6363) is known color: Light Wood. HEX triplet: 7A, 63 and 63. RGB value is (122,99,99). Sum of RGB (Red+Green+Blue) = 122+99+99=320 (42% of max value = 765). Red value is 122 (48.05% from 255 or 38.12% from 320); Green value is 99 (39.06% from 255 or 30.94% from 320); Blue value is 99 (39.06% from 255 or 30.94% from 320); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6363 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6363 is #859C9C. Grayscale: #696969. Windows color (decimal): -8756381 or 6513530. OLE color: 6513530.
HSL color Cylindrical-coordinate representation of color #7A6363: hue angle of 0º degrees, saturation: 0.1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7A6363 is Cyan = 0, Magento = 0.19, Yellow = 0.19 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 99 | 99 | - |
| CMYK | 0 | 0.19 | 0.19 | 0.52 |
| HSL | 0º | 0.1% | 0.43% | - |
| HSV(B) | 0º | 0.19% | 0.48% | - |
| XYZ | 14.74 | 13.96 | 13.72 | - |
| YUV | 105.88 | 124.12 | 139.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 99 | 99 | 0 | 0.19 | 0.19 | 0.52 | 0 | 0.1 | 0.43 |
| Hex | 7A | 63 | 63 | 0 | 13 | 13 | 34 | 0 | A | 2B |
| Octal | 172 | 143 | 143 | 0 | 23 | 23 | 64 | 0 | 12 | 53 |
| Binary | 1111010 | 1100011 | 1100011 | 0 | 10011 | 10011 | 110100 | 0 | 1010 | 101011 |
Color Harmonies of #7A6363
Complementary color
Monochromatic Colors of #7A6363
Black with #7A6363
Text Example
Text Example
White with #7A6363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6363; }
p { color: rgb(122,99,99); }
H1.HeaderClassName
{
color: #7A6363;
}
.AnyTagClassName
{
color: #7A6363;
}
</style>
background-color css
<style>
a { background-color: #7A6363; }
a { background-color: rgb(122,99,99); }
div.DivClassName
{
background-color: #7A6363;
}
.BgClassName
{
background-color: #7A6363;
}
</style>
border-color css
<style>
span { border-color: #7A6363; }
span { border-color: rgb(122,99,99); }
td.TdClassName
{
border-color: #7A6363;
}
.TagClassName
{
border-color: #7A6363;
}
</style>