Shades of Light Wood #796363
Tints of Light Wood #796363
RGB
CMYK
RGB Variations
Color information
#796363 (or 0x796363) is known color: Light Wood. HEX triplet: 79, 63 and 63. RGB value is (121,99,99). Sum of RGB (Red+Green+Blue) = 121+99+99=319 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.93% from 319); Green value is 99 (39.06% from 255 or 31.03% from 319); Blue value is 99 (39.06% from 255 or 31.03% from 319); Max value from RGB is 121 - color contains mainly: red. Hex color #796363 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796363 is #869C9C. Grayscale: #696969. Windows color (decimal): -8821917 or 6513529. OLE color: 6513529.
HSL color Cylindrical-coordinate representation of color #796363: hue angle of 0º degrees, saturation: 0.1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #796363 is Cyan = 0, Magento = 0.18, Yellow = 0.18 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 99 | 99 | - |
| CMYK | 0 | 0.18 | 0.18 | 0.53 |
| HSL | 0º | 0.1% | 0.43% | - |
| HSV(B) | 0º | 0.18% | 0.47% | - |
| XYZ | 14.6 | 13.89 | 13.72 | - |
| YUV | 105.58 | 124.29 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 99 | 99 | 0 | 0.18 | 0.18 | 0.53 | 0 | 0.1 | 0.43 |
| Hex | 79 | 63 | 63 | 0 | 12 | 12 | 35 | 0 | A | 2B |
| Octal | 171 | 143 | 143 | 0 | 22 | 22 | 65 | 0 | 12 | 53 |
| Binary | 1111001 | 1100011 | 1100011 | 0 | 10010 | 10010 | 110101 | 0 | 1010 | 101011 |
Color Harmonies of #796363
Complementary color
Monochromatic Colors of #796363
Black with #796363
Text Example
Text Example
White with #796363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796363; }
p { color: rgb(121,99,99); }
H1.HeaderClassName
{
color: #796363;
}
.AnyTagClassName
{
color: #796363;
}
</style>
background-color css
<style>
a { background-color: #796363; }
a { background-color: rgb(121,99,99); }
div.DivClassName
{
background-color: #796363;
}
.BgClassName
{
background-color: #796363;
}
</style>
border-color css
<style>
span { border-color: #796363; }
span { border-color: rgb(121,99,99); }
td.TdClassName
{
border-color: #796363;
}
.TagClassName
{
border-color: #796363;
}
</style>