#9A7F85

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

Shades of Venus #9A7F85

Tints of Venus #9A7F85

Color information

#9A7F85 (or 0x9A7F85) is unknown color: approx Venus. HEX triplet: 9A, 7F and 85. RGB value is (154,127,133). Sum of RGB (Red+Green+Blue) = 154+127+133=414 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.20% from 414); Green value is 127 (50% from 255 or 30.68% from 414); Blue value is 133 (52.34% from 255 or 32.13% from 414); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7F85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A7F85 is #65807A. Grayscale: #878787. Windows color (decimal): -6652027 or 8748954. OLE color: 8748954.

HSL color Cylindrical-coordinate representation of color #9A7F85: hue angle of 346.67º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9A7F85 is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.40.

Color convert

RGB154127133-
CMYK00.180.140.40
HSL346.67º11.79%55.1%-
HSV(B)346.67º17.53%60.39%-
XYZ25.1523.7425.45-
YUV135.76126.45141.01-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 37.20%
GREEN value IS 127 (50% from 255) = 30.68%
BLUE value IS 133 (52.34% from 255) = 32.13%
R=37.20%
G=30.68%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.14
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15412713300.180.140.40346.6711.7955.1
Hex9A7F85012E2815bc37
Octal23217720502216505331467
Binary1001101011111111000010101001011101010001010110111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A7F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,127,133); }

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

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

 a { background-color: rgb(154,127,133); }

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

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

 span { border-color: rgb(154,127,133); }

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