Shades of Light Wood #7B6767
Tints of Light Wood #7B6767
RGB
CMYK
RGB Variations
Color information
#7B6767 (or 0x7B6767) is known color: Light Wood. HEX triplet: 7B, 67 and 67. RGB value is (123,103,103). Sum of RGB (Red+Green+Blue) = 123+103+103=329 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.39% from 329); Green value is 103 (40.62% from 255 or 31.31% from 329); Blue value is 103 (40.62% from 255 or 31.31% from 329); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6767 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B6767 is #849898. Grayscale: #6C6C6C. Windows color (decimal): -8689817 or 6776699. OLE color: 6776699.
HSL color Cylindrical-coordinate representation of color #7B6767: hue angle of 0º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7B6767 is Cyan = 0, Magento = 0.16, Yellow = 0.16 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 103 | 103 | - |
| CMYK | 0 | 0.16 | 0.16 | 0.52 |
| HSL | 0º | 0.09% | 0.44% | - |
| HSV(B) | 0º | 0.16% | 0.48% | - |
| XYZ | 15.47 | 14.89 | 14.89 | - |
| YUV | 108.98 | 124.63 | 138 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 103 | 103 | 0 | 0.16 | 0.16 | 0.52 | 0 | 0.09 | 0.44 |
| Hex | 7B | 67 | 67 | 0 | 10 | 10 | 34 | 0 | 9 | 2C |
| Octal | 173 | 147 | 147 | 0 | 20 | 20 | 64 | 0 | 11 | 54 |
| Binary | 1111011 | 1100111 | 1100111 | 0 | 10000 | 10000 | 110100 | 0 | 1001 | 101100 |
Color Harmonies of #7B6767
Complementary color
Monochromatic Colors of #7B6767
Black with #7B6767
Text Example
Text Example
White with #7B6767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6767; }
p { color: rgb(123,103,103); }
H1.HeaderClassName
{
color: #7B6767;
}
.AnyTagClassName
{
color: #7B6767;
}
</style>
background-color css
<style>
a { background-color: #7B6767; }
a { background-color: rgb(123,103,103); }
div.DivClassName
{
background-color: #7B6767;
}
.BgClassName
{
background-color: #7B6767;
}
</style>
border-color css
<style>
span { border-color: #7B6767; }
span { border-color: rgb(123,103,103); }
td.TdClassName
{
border-color: #7B6767;
}
.TagClassName
{
border-color: #7B6767;
}
</style>