Shades of Venus #8F878A
Tints of Venus #8F878A
RGB
CMYK
RGB Variations
Color information
#8F878A (or 0x8F878A) is known color: Venus. HEX triplet: 8F, 87 and 8A. RGB value is (143,135,138). Sum of RGB (Red+Green+Blue) = 143+135+138=416 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.38% from 416); Green value is 135 (53.12% from 255 or 32.45% from 416); Blue value is 138 (54.30% from 255 or 33.17% from 416); Max value from RGB is 143 - color contains mainly: red. Hex color #8F878A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F878A is #707875. Grayscale: #898989. Windows color (decimal): -7370870 or 9078671. OLE color: 9078671.
HSL color Cylindrical-coordinate representation of color #8F878A: hue angle of 337.5º degrees, saturation: 0.03, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #8F878A is Cyan = 0, Magento = 0.06, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 135 | 138 | - |
| CMYK | 0 | 0.06 | 0.03 | 0.44 |
| HSL | 337.5º | 0.03% | 0.55% | - |
| HSV(B) | 337.5º | 0.06% | 0.56% | - |
| XYZ | 24.58 | 25 | 27.58 | - |
| YUV | 137.73 | 128.15 | 131.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 135 | 138 | 0 | 0.06 | 0.03 | 0.44 | 337.5 | 0.03 | 0.55 |
| Hex | 8F | 87 | 8A | 0 | 6 | 3 | 2C | 152 | 3 | 37 |
| Octal | 217 | 207 | 212 | 0 | 6 | 3 | 54 | 522 | 3 | 67 |
| Binary | 10001111 | 10000111 | 10001010 | 0 | 110 | 11 | 101100 | 101010010 | 11 | 110111 |
Color Harmonies of #8F878A
Complementary color
Monochromatic Colors of #8F878A
Black with #8F878A
Text Example
Text Example
White with #8F878A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F878A; }
p { color: rgb(143,135,138); }
H1.HeaderClassName
{
color: #8F878A;
}
.AnyTagClassName
{
color: #8F878A;
}
</style>
background-color css
<style>
a { background-color: #8F878A; }
a { background-color: rgb(143,135,138); }
div.DivClassName
{
background-color: #8F878A;
}
.BgClassName
{
background-color: #8F878A;
}
</style>
border-color css
<style>
span { border-color: #8F878A; }
span { border-color: rgb(143,135,138); }
td.TdClassName
{
border-color: #8F878A;
}
.TagClassName
{
border-color: #8F878A;
}
</style>