#8E747A

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

Shades of Venus #8E747A

Tints of Venus #8E747A

Color information

#8E747A (or 0x8E747A) is unknown color: approx Venus. HEX triplet: 8E, 74 and 7A. RGB value is (142,116,122). Sum of RGB (Red+Green+Blue) = 142+116+122=380 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.37% from 380); Green value is 116 (45.70% from 255 or 30.53% from 380); Blue value is 122 (48.05% from 255 or 32.11% from 380); Max value from RGB is 142 - color contains mainly: red. Hex color #8E747A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E747A is #718B85. Grayscale: #7C7C7C. Windows color (decimal): -7441286 or 8025230. OLE color: 8025230.

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

Color convert

RGB142116122-
CMYK00.180.140.44
HSL346.15º10.32%50.59%-
HSV(B)346.15º18.31%55.69%-
XYZ20.9119.6521.1-
YUV124.46126.61140.51-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 37.37%
GREEN value IS 116 (45.70% from 255) = 30.53%
BLUE value IS 122 (48.05% from 255) = 32.11%
R=37.37%
G=30.53%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.14
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14211612200.180.140.44346.1510.3250.59
Hex8E747A012E2C15aa33
Octal21616417202216545321263
Binary100011101110100111101001001011101011001010110101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E747A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,116,122); }

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

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

 a { background-color: rgb(142,116,122); }

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

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

 span { border-color: rgb(142,116,122); }

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