#8E7782

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

Shades of Venus #8E7782

Tints of Venus #8E7782

Color information

#8E7782 (or 0x8E7782) is unknown color: approx Venus. HEX triplet: 8E, 77 and 82. RGB value is (142,119,130). Sum of RGB (Red+Green+Blue) = 142+119+130=391 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.32% from 391); Green value is 119 (46.88% from 255 or 30.43% from 391); Blue value is 130 (51.17% from 255 or 33.25% from 391); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7782 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E7782 is #71887D. Grayscale: #7F7F7F. Windows color (decimal): -7440510 or 8550286. OLE color: 8550286.

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

Color convert

RGB142119130-
CMYK00.160.080.44
HSL331.3º9.24%51.18%-
HSV(B)331.3º16.2%55.69%-
XYZ21.7820.5623.94-
YUV127.13129.62138.61-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 36.32%
GREEN value IS 119 (46.88% from 255) = 30.43%
BLUE value IS 130 (51.17% from 255) = 33.25%
R=36.32%
G=30.43%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.08
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14211913000.160.080.44331.39.2451.18
Hex8E778201082C14b933
Octal21616720202010545131163
Binary1000111011101111000001001000010001011001010010111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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