#8E707A

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

Shades of Venus #8E707A

Tints of Venus #8E707A

Color information

#8E707A (or 0x8E707A) is unknown color: approx Venus. HEX triplet: 8E, 70 and 7A. RGB value is (142,112,122). Sum of RGB (Red+Green+Blue) = 142+112+122=376 (49% of max value = 765). Red value is 142 (55.86% from 255 or 37.77% from 376); Green value is 112 (44.14% from 255 or 29.79% from 376); Blue value is 122 (48.05% from 255 or 32.45% from 376); Max value from RGB is 142 - color contains mainly: red. Hex color #8E707A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E707A is #718F85. Grayscale: #7A7A7A. Windows color (decimal): -7442310 or 8024206. OLE color: 8024206.

HSL color Cylindrical-coordinate representation of color #8E707A: hue angle of 340º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8E707A is Cyan = 0, Magento = 0.21, Yellow = 0.14 and Black (K on CMYK) = 0.44.

Color convert

RGB142112122-
CMYK00.210.140.44
HSL340º11.81%49.8%-
HSV(B)340º21.13%55.69%-
XYZ20.4618.7420.95-
YUV122.11127.94142.19-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 37.77%
GREEN value IS 112 (44.14% from 255) = 29.79%
BLUE value IS 122 (48.05% from 255) = 32.45%
R=37.77%
G=29.79%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.14
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14211212200.210.140.4434011.8149.8
Hex8E707A015E2C154c32
Octal21616017202516545241462
Binary100011101110000111101001010111101011001010101001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E707A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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