#8E7B7D

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

Shades of Venus #8E7B7D

Tints of Venus #8E7B7D

Color information

#8E7B7D (or 0x8E7B7D) is unknown color: approx Venus. HEX triplet: 8E, 7B and 7D. RGB value is (142,123,125). Sum of RGB (Red+Green+Blue) = 142+123+125=390 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.41% from 390); Green value is 123 (48.44% from 255 or 31.54% from 390); Blue value is 125 (49.22% from 255 or 32.05% from 390); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7B7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E7B7D is #718482. Grayscale: #808080. Windows color (decimal): -7439491 or 8223630. OLE color: 8223630.

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

Color convert

RGB142123125-
CMYK00.130.120.44
HSL353.68º7.76%51.96%-
HSV(B)353.68º13.38%55.69%-
XYZ21.9421.422.38-
YUV128.91125.79137.34-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 36.41%
GREEN value IS 123 (48.44% from 255) = 31.54%
BLUE value IS 125 (49.22% from 255) = 32.05%
R=36.41%
G=31.54%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.12
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14212312500.130.120.44353.687.7651.96
Hex8E7B7D0DC2C162834
Octal21617317501514545421064
Binary10001110111101111111010110111001011001011000101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7B7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,123,125); }

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

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

 a { background-color: rgb(142,123,125); }

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

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

 span { border-color: rgb(142,123,125); }

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