Shades of Dark Wood #7B604B
Tints of Dark Wood #7B604B
RGB
CMYK
RGB Variations
Color information
#7B604B (or 0x7B604B) is known color: Dark Wood. HEX triplet: 7B, 60 and 4B. RGB value is (123,96,75). Sum of RGB (Red+Green+Blue) = 123+96+75=294 (38% of max value = 765). Red value is 123 (48.44% from 255 or 41.84% from 294); Green value is 96 (37.89% from 255 or 32.65% from 294); Blue value is 75 (29.69% from 255 or 25.51% from 294); Max value from RGB is 123 - color contains mainly: red. Hex color #7B604B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B604B is #849FB4. Grayscale: #656565. Windows color (decimal): -8691637 or 4939899. OLE color: 4939899.
HSL color Cylindrical-coordinate representation of color #7B604B: hue angle of 26.25º degrees, saturation: 0.24, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7B604B is Cyan = 0, Magento = 0.22, Yellow = 0.39 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 96 | 75 | - |
| CMYK | 0 | 0.22 | 0.39 | 0.52 |
| HSL | 26.25º | 0.24% | 0.39% | - |
| HSV(B) | 26.25º | 0.39% | 0.48% | - |
| XYZ | 13.62 | 13.08 | 8.46 | - |
| YUV | 101.68 | 112.95 | 143.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 96 | 75 | 0 | 0.22 | 0.39 | 0.52 | 26.25 | 0.24 | 0.39 |
| Hex | 7B | 60 | 4B | 0 | 16 | 27 | 34 | 1A | 18 | 27 |
| Octal | 173 | 140 | 113 | 0 | 26 | 47 | 64 | 32 | 30 | 47 |
| Binary | 1111011 | 1100000 | 1001011 | 0 | 10110 | 100111 | 110100 | 11010 | 11000 | 100111 |
Color Harmonies of #7B604B
Complementary color
Monochromatic Colors of #7B604B
Black with #7B604B
Text Example
Text Example
White with #7B604B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B604B; }
p { color: rgb(123,96,75); }
H1.HeaderClassName
{
color: #7B604B;
}
.AnyTagClassName
{
color: #7B604B;
}
</style>
background-color css
<style>
a { background-color: #7B604B; }
a { background-color: rgb(123,96,75); }
div.DivClassName
{
background-color: #7B604B;
}
.BgClassName
{
background-color: #7B604B;
}
</style>
border-color css
<style>
span { border-color: #7B604B; }
span { border-color: rgb(123,96,75); }
td.TdClassName
{
border-color: #7B604B;
}
.TagClassName
{
border-color: #7B604B;
}
</style>