Shades of Shadow #7B6B51
Tints of Shadow #7B6B51
RGB
CMYK
RGB Variations
Color information
#7B6B51 (or 0x7B6B51) is known color: Shadow. HEX triplet: 7B, 6B and 51. RGB value is (123,107,81). Sum of RGB (Red+Green+Blue) = 123+107+81=311 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.55% from 311); Green value is 107 (42.19% from 255 or 34.41% from 311); Blue value is 81 (32.03% from 255 or 26.05% from 311); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6B51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B6B51 is #8494AE. Grayscale: #6C6C6C. Windows color (decimal): -8688815 or 5335931. OLE color: 5335931.
HSL color Cylindrical-coordinate representation of color #7B6B51: hue angle of 37.14º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7B6B51 is Cyan = 0, Magento = 0.13, Yellow = 0.34 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 107 | 81 | - |
| CMYK | 0 | 0.13 | 0.34 | 0.52 |
| HSL | 37.14º | 0.21% | 0.4% | - |
| HSV(B) | 37.14º | 0.34% | 0.48% | - |
| XYZ | 14.91 | 15.32 | 9.96 | - |
| YUV | 108.82 | 112.3 | 138.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 107 | 81 | 0 | 0.13 | 0.34 | 0.52 | 37.14 | 0.21 | 0.4 |
| Hex | 7B | 6B | 51 | 0 | D | 22 | 34 | 25 | 15 | 28 |
| Octal | 173 | 153 | 121 | 0 | 15 | 42 | 64 | 45 | 25 | 50 |
| Binary | 1111011 | 1101011 | 1010001 | 0 | 1101 | 100010 | 110100 | 100101 | 10101 | 101000 |
Color Harmonies of #7B6B51
Complementary color
Monochromatic Colors of #7B6B51
Black with #7B6B51
Text Example
Text Example
White with #7B6B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6B51; }
p { color: rgb(123,107,81); }
H1.HeaderClassName
{
color: #7B6B51;
}
.AnyTagClassName
{
color: #7B6B51;
}
</style>
background-color css
<style>
a { background-color: #7B6B51; }
a { background-color: rgb(123,107,81); }
div.DivClassName
{
background-color: #7B6B51;
}
.BgClassName
{
background-color: #7B6B51;
}
</style>
border-color css
<style>
span { border-color: #7B6B51; }
span { border-color: rgb(123,107,81); }
td.TdClassName
{
border-color: #7B6B51;
}
.TagClassName
{
border-color: #7B6B51;
}
</style>