#8E777F

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

Shades of Venus #8E777F

Tints of Venus #8E777F

Color information

#8E777F (or 0x8E777F) is unknown color: approx Venus. HEX triplet: 8E, 77 and 7F. RGB value is (142,119,127). Sum of RGB (Red+Green+Blue) = 142+119+127=388 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.60% from 388); Green value is 119 (46.88% from 255 or 30.67% from 388); Blue value is 127 (50% from 255 or 32.73% from 388); Max value from RGB is 142 - color contains mainly: red. Hex color #8E777F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E777F is #718880. Grayscale: #7E7E7E. Windows color (decimal): -7440513 or 8353678. OLE color: 8353678.

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

Color convert

RGB142119127-
CMYK00.160.110.44
HSL339.13º9.24%51.18%-
HSV(B)339.13º16.2%55.69%-
XYZ21.5820.4822.89-
YUV126.79128.12138.85-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 36.60%
GREEN value IS 119 (46.88% from 255) = 30.67%
BLUE value IS 127 (50% from 255) = 32.73%
R=36.60%
G=30.67%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.11
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14211912700.160.110.44339.139.2451.18
Hex8E777F010B2C153933
Octal21616717702013545231163
Binary100011101110111111111101000010111011001010100111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E777F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,119,127); }

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

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

 a { background-color: rgb(142,119,127); }

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

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

 span { border-color: rgb(142,119,127); }

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