#8E7D7F

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

Shades of Venus #8E7D7F

Tints of Venus #8E7D7F

Color information

#8E7D7F (or 0x8E7D7F) is unknown color: approx Venus. HEX triplet: 8E, 7D and 7F. RGB value is (142,125,127). Sum of RGB (Red+Green+Blue) = 142+125+127=394 (52% of max value = 765). Red value is 142 (55.86% from 255 or 36.04% from 394); Green value is 125 (49.22% from 255 or 31.73% from 394); Blue value is 127 (50% from 255 or 32.23% from 394); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7D7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E7D7F is #718280. Grayscale: #828282. Windows color (decimal): -7438977 or 8355214. OLE color: 8355214.

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

Color convert

RGB142125127-
CMYK00.120.110.44
HSL352.94º7%52.35%-
HSV(B)352.94º11.97%55.69%-
XYZ22.3221.9523.14-
YUV130.31126.13136.34-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 36.04%
GREEN value IS 125 (49.22% from 255) = 31.73%
BLUE value IS 127 (50% from 255) = 32.23%
R=36.04%
G=31.73%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.11
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14212512700.120.110.44352.94752.35
Hex8E7D7F0CB2C161734
Octal2161751770141354541764
Binary1000111011111011111111011001011101100101100001111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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