#8E757B

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

Shades of Venus #8E757B

Tints of Venus #8E757B

Color information

#8E757B (or 0x8E757B) is unknown color: approx Venus. HEX triplet: 8E, 75 and 7B. RGB value is (142,117,123). Sum of RGB (Red+Green+Blue) = 142+117+123=382 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.17% from 382); Green value is 117 (46.09% from 255 or 30.63% from 382); Blue value is 123 (48.44% from 255 or 32.20% from 382); Max value from RGB is 142 - color contains mainly: red. Hex color #8E757B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E757B is #718A84. Grayscale: #7D7D7D. Windows color (decimal): -7441029 or 8091022. OLE color: 8091022.

HSL color Cylindrical-coordinate representation of color #8E757B: hue angle of 345.6º 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 #8E757B is Cyan = 0, Magento = 0.18, Yellow = 0.13 and Black (K on CMYK) = 0.44.

Color convert

RGB142117123-
CMYK00.180.130.44
HSL345.6º9.96%50.78%-
HSV(B)345.6º17.61%55.69%-
XYZ21.0919.921.47-
YUV125.16126.78140.01-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 37.17%
GREEN value IS 117 (46.09% from 255) = 30.63%
BLUE value IS 123 (48.44% from 255) = 32.20%
R=37.17%
G=30.63%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.13
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14211712300.180.130.44345.69.9650.78
Hex8E757B012D2C15aa33
Octal21616517302215545321263
Binary100011101110101111101101001011011011001010110101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E757B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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