Shades of Dark Wood #7B5F43
Tints of Dark Wood #7B5F43
RGB
CMYK
RGB Variations
Color information
#7B5F43 (or 0x7B5F43) is known color: Dark Wood. HEX triplet: 7B, 5F and 43. RGB value is (123,95,67). Sum of RGB (Red+Green+Blue) = 123+95+67=285 (37% of max value = 765). Red value is 123 (48.44% from 255 or 43.16% from 285); Green value is 95 (37.5% from 255 or 33.33% from 285); Blue value is 67 (26.56% from 255 or 23.51% from 285); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5F43 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B5F43 is #84A0BC. Grayscale: #646464. Windows color (decimal): -8691901 or 4415355. OLE color: 4415355.
HSL color Cylindrical-coordinate representation of color #7B5F43: hue angle of 30º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7B5F43 is Cyan = 0, Magento = 0.23, Yellow = 0.46 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 95 | 67 | - |
| CMYK | 0 | 0.23 | 0.46 | 0.52 |
| HSL | 30º | 0.29% | 0.37% | - |
| HSV(B) | 30º | 0.46% | 0.48% | - |
| XYZ | 13.27 | 12.8 | 7.08 | - |
| YUV | 100.18 | 109.28 | 144.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 95 | 67 | 0 | 0.23 | 0.46 | 0.52 | 30 | 0.29 | 0.37 |
| Hex | 7B | 5F | 43 | 0 | 17 | 2E | 34 | 1E | 1D | 25 |
| Octal | 173 | 137 | 103 | 0 | 27 | 56 | 64 | 36 | 35 | 45 |
| Binary | 1111011 | 1011111 | 1000011 | 0 | 10111 | 101110 | 110100 | 11110 | 11101 | 100101 |
Color Harmonies of #7B5F43
Complementary color
Monochromatic Colors of #7B5F43
Black with #7B5F43
Text Example
Text Example
White with #7B5F43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5F43; }
p { color: rgb(123,95,67); }
H1.HeaderClassName
{
color: #7B5F43;
}
.AnyTagClassName
{
color: #7B5F43;
}
</style>
background-color css
<style>
a { background-color: #7B5F43; }
a { background-color: rgb(123,95,67); }
div.DivClassName
{
background-color: #7B5F43;
}
.BgClassName
{
background-color: #7B5F43;
}
</style>
border-color css
<style>
span { border-color: #7B5F43; }
span { border-color: rgb(123,95,67); }
td.TdClassName
{
border-color: #7B5F43;
}
.TagClassName
{
border-color: #7B5F43;
}
</style>