#8E777E

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

Shades of Venus #8E777E

Tints of Venus #8E777E

Color information

#8E777E (or 0x8E777E) is unknown color: approx Venus. HEX triplet: 8E, 77 and 7E. RGB value is (142,119,126). Sum of RGB (Red+Green+Blue) = 142+119+126=387 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.69% from 387); Green value is 119 (46.88% from 255 or 30.75% from 387); Blue value is 126 (49.61% from 255 or 32.56% from 387); Max value from RGB is 142 - color contains mainly: red. Hex color #8E777E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E777E is #718881. Grayscale: #7E7E7E. Windows color (decimal): -7440514 or 8288142. OLE color: 8288142.

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

Color convert

RGB142119126-
CMYK00.160.110.44
HSL341.74º9.24%51.18%-
HSV(B)341.74º16.2%55.69%-
XYZ21.5220.4522.55-
YUV126.68127.62138.93-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 36.69%
GREEN value IS 119 (46.88% from 255) = 30.75%
BLUE value IS 126 (49.61% from 255) = 32.56%
R=36.69%
G=30.75%
B=32.56%

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
Decimal14211912600.160.110.44341.749.2451.18
Hex8E777E010B2C156933
Octal21616717602013545261163
Binary100011101110111111111001000010111011001010101101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E777E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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