#9E7E85

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

Shades of Venus #9E7E85

Tints of Venus #9E7E85

Color information

#9E7E85 (or 0x9E7E85) is unknown color: approx Venus. HEX triplet: 9E, 7E and 85. RGB value is (158,126,133). Sum of RGB (Red+Green+Blue) = 158+126+133=417 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.89% from 417); Green value is 126 (49.61% from 255 or 30.22% from 417); Blue value is 133 (52.34% from 255 or 31.89% from 417); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7E85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E7E85 is #61817A. Grayscale: #888888. Windows color (decimal): -6390139 or 8748702. OLE color: 8748702.

HSL color Cylindrical-coordinate representation of color #9E7E85: hue angle of 346.88º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9E7E85 is Cyan = 0, Magento = 0.20, Yellow = 0.16 and Black (K on CMYK) = 0.38.

Color convert

RGB158126133-
CMYK00.200.160.38
HSL346.88º14.16%55.69%-
HSV(B)346.88º20.25%61.96%-
XYZ25.823.8825.44-
YUV136.37126.1143.43-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 37.89%
GREEN value IS 126 (49.61% from 255) = 30.22%
BLUE value IS 133 (52.34% from 255) = 31.89%
R=37.89%
G=30.22%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.16
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15812613300.200.160.38346.8814.1655.69
Hex9E7E85014102615be38
Octal23617620502420465331670
Binary10011110111111010000101010100100001001101010110111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E7E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E7E85; }

 p { color: rgb(158,126,133); }

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

<style>
 a { background-color: #9E7E85; }

 a { background-color: rgb(158,126,133); }

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

<style>
 span { border-color: #9E7E85; }

 span { border-color: rgb(158,126,133); }

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