#8E757E

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

Shades of Venus #8E757E

Tints of Venus #8E757E

Color information

#8E757E (or 0x8E757E) is unknown color: approx Venus. HEX triplet: 8E, 75 and 7E. RGB value is (142,117,126). Sum of RGB (Red+Green+Blue) = 142+117+126=385 (50% of max value = 765). Red value is 142 (55.86% from 255 or 36.88% from 385); Green value is 117 (46.09% from 255 or 30.39% from 385); Blue value is 126 (49.61% from 255 or 32.73% from 385); Max value from RGB is 142 - color contains mainly: red. Hex color #8E757E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E757E is #718A81. Grayscale: #7D7D7D. Windows color (decimal): -7441026 or 8287630. OLE color: 8287630.

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

Color convert

RGB142117126-
CMYK00.180.110.44
HSL338.4º9.96%50.78%-
HSV(B)338.4º17.61%55.69%-
XYZ21.2819.9822.47-
YUV125.5128.28139.77-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 36.88%
GREEN value IS 117 (46.09% from 255) = 30.39%
BLUE value IS 126 (49.61% from 255) = 32.73%
R=36.88%
G=30.39%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.11
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14211712600.180.110.44338.49.9650.78
Hex8E757E012B2C152a33
Octal21616517602213545221263
Binary100011101110101111111001001010111011001010100101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E757E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,117,126); }

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

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

 a { background-color: rgb(142,117,126); }

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

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

 span { border-color: rgb(142,117,126); }

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