Shades of Venus #8C7B7F
Tints of Venus #8C7B7F
RGB
CMYK
RGB Variations
Color information
#8C7B7F (or 0x8C7B7F) is known color: Venus. HEX triplet: 8C, 7B and 7F. RGB value is (140,123,127). Sum of RGB (Red+Green+Blue) = 140+123+127=390 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.90% from 390); Green value is 123 (48.44% from 255 or 31.54% from 390); Blue value is 127 (50% from 255 or 32.56% from 390); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7B7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7B7F is #738480. Grayscale: #808080. Windows color (decimal): -7570561 or 8354700. OLE color: 8354700.
HSL color Cylindrical-coordinate representation of color #8C7B7F: hue angle of 345.88º degrees, saturation: 0.07, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #8C7B7F is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 123 | 127 | - |
| CMYK | 0 | 0.12 | 0.09 | 0.45 |
| HSL | 345.88º | 0.07% | 0.52% | - |
| HSV(B) | 345.88º | 0.12% | 0.55% | - |
| XYZ | 21.73 | 21.27 | 23.04 | - |
| YUV | 128.54 | 127.13 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 123 | 127 | 0 | 0.12 | 0.09 | 0.45 | 345.88 | 0.07 | 0.52 |
| Hex | 8C | 7B | 7F | 0 | C | 9 | 2D | 15A | 7 | 34 |
| Octal | 214 | 173 | 177 | 0 | 14 | 11 | 55 | 532 | 7 | 64 |
| Binary | 10001100 | 1111011 | 1111111 | 0 | 1100 | 1001 | 101101 | 101011010 | 111 | 110100 |
Color Harmonies of #8C7B7F
Complementary color
Monochromatic Colors of #8C7B7F
Black with #8C7B7F
Text Example
Text Example
White with #8C7B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7B7F; }
p { color: rgb(140,123,127); }
H1.HeaderClassName
{
color: #8C7B7F;
}
.AnyTagClassName
{
color: #8C7B7F;
}
</style>
background-color css
<style>
a { background-color: #8C7B7F; }
a { background-color: rgb(140,123,127); }
div.DivClassName
{
background-color: #8C7B7F;
}
.BgClassName
{
background-color: #8C7B7F;
}
</style>
border-color css
<style>
span { border-color: #8C7B7F; }
span { border-color: rgb(140,123,127); }
td.TdClassName
{
border-color: #8C7B7F;
}
.TagClassName
{
border-color: #8C7B7F;
}
</style>