#8E787B

Color #8E787B Venus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Venus #8E787B

Tints of Venus #8E787B

Color information

#8E787B (or 0x8E787B) is unknown color: approx Venus. HEX triplet: 8E, 78 and 7B. RGB value is (142,120,123). Sum of RGB (Red+Green+Blue) = 142+120+123=385 (50% of max value = 765). Red value is 142 (55.86% from 255 or 36.88% from 385); Green value is 120 (47.27% from 255 or 31.17% from 385); Blue value is 123 (48.44% from 255 or 31.95% from 385); Max value from RGB is 142 - color contains mainly: red. Hex color #8E787B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E787B is #718784. Grayscale: #7E7E7E. Windows color (decimal): -7440261 or 8091790. OLE color: 8091790.

HSL color Cylindrical-coordinate representation of color #8E787B: hue angle of 351.82º degrees, saturation: 0.09, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8E787B is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.44.

Color convert

RGB142120123-
CMYK00.150.130.44
HSL351.82º8.87%51.37%-
HSV(B)351.82º15.49%55.69%-
XYZ21.4520.6121.59-
YUV126.92125.79138.76-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 142 (55.86% from 255) = 36.88%
GREEN value IS 120 (47.27% from 255) = 31.17%
BLUE value IS 123 (48.44% from 255) = 31.95%
R=36.88%
G=31.17%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.13
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14212012300.150.130.44351.828.8751.37
Hex8E787B0FD2C160933
Octal21617017301715545401163
Binary10001110111100011110110111111011011001011000001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E787B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8E787B; }

 p { color: rgb(142,120,123); }

 H1.HeaderClassName
 {
   color: #8E787B;
 }
 .AnyTagClassName
 {
   color: #8E787B;
 }
</style>
background-color css

<style>
 a { background-color: #8E787B; }

 a { background-color: rgb(142,120,123); }

 div.DivClassName
 {
   background-color: #8E787B;
 }
 .BgClassName
 {
   background-color: #8E787B;
 }
</style>
border-color css

<style>
 span { border-color: #8E787B; }

 span { border-color: rgb(142,120,123); }

 td.TdClassName
 {
   border-color: #8E787B;
 }
 .TagClassName
 {
   border-color: #8E787B;
 }
</style>