Shades of Shadow #7B6C55
Tints of Shadow #7B6C55
RGB
CMYK
RGB Variations
Color information
#7B6C55 (or 0x7B6C55) is known color: Shadow. HEX triplet: 7B, 6C and 55. RGB value is (123,108,85). Sum of RGB (Red+Green+Blue) = 123+108+85=316 (41% of max value = 765). Red value is 123 (48.44% from 255 or 38.92% from 316); Green value is 108 (42.58% from 255 or 34.18% from 316); Blue value is 85 (33.59% from 255 or 26.90% from 316); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6C55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B6C55 is #8493AA. Grayscale: #6D6D6D. Windows color (decimal): -8688555 or 5598331. OLE color: 5598331.
HSL color Cylindrical-coordinate representation of color #7B6C55: hue angle of 36.32º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7B6C55 is Cyan = 0, Magento = 0.12, Yellow = 0.31 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 108 | 85 | - |
| CMYK | 0 | 0.12 | 0.31 | 0.52 |
| HSL | 36.32º | 0.18% | 0.41% | - |
| HSV(B) | 36.32º | 0.31% | 0.48% | - |
| XYZ | 15.17 | 15.59 | 10.8 | - |
| YUV | 109.86 | 113.97 | 137.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 108 | 85 | 0 | 0.12 | 0.31 | 0.52 | 36.32 | 0.18 | 0.41 |
| Hex | 7B | 6C | 55 | 0 | C | 1F | 34 | 24 | 12 | 29 |
| Octal | 173 | 154 | 125 | 0 | 14 | 37 | 64 | 44 | 22 | 51 |
| Binary | 1111011 | 1101100 | 1010101 | 0 | 1100 | 11111 | 110100 | 100100 | 10010 | 101001 |
Color Harmonies of #7B6C55
Complementary color
Monochromatic Colors of #7B6C55
Black with #7B6C55
Text Example
Text Example
White with #7B6C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6C55; }
p { color: rgb(123,108,85); }
H1.HeaderClassName
{
color: #7B6C55;
}
.AnyTagClassName
{
color: #7B6C55;
}
</style>
background-color css
<style>
a { background-color: #7B6C55; }
a { background-color: rgb(123,108,85); }
div.DivClassName
{
background-color: #7B6C55;
}
.BgClassName
{
background-color: #7B6C55;
}
</style>
border-color css
<style>
span { border-color: #7B6C55; }
span { border-color: rgb(123,108,85); }
td.TdClassName
{
border-color: #7B6C55;
}
.TagClassName
{
border-color: #7B6C55;
}
</style>