#9A757F

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

Shades of Venus #9A757F

Tints of Venus #9A757F

Color information

#9A757F (or 0x9A757F) is unknown color: approx Venus. HEX triplet: 9A, 75 and 7F. RGB value is (154,117,127). Sum of RGB (Red+Green+Blue) = 154+117+127=398 (52% of max value = 765). Red value is 154 (60.55% from 255 or 38.69% from 398); Green value is 117 (46.09% from 255 or 29.40% from 398); Blue value is 127 (50% from 255 or 31.91% from 398); Max value from RGB is 154 - color contains mainly: red. Hex color #9A757F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A757F is #658A80. Grayscale: #818181. Windows color (decimal): -6654593 or 8353178. OLE color: 8353178.

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

Color convert

RGB154117127-
CMYK00.240.180.40
HSL343.78º15.48%53.14%-
HSV(B)343.78º24.03%60.39%-
XYZ23.5221.1222.92-
YUV129.2126.76145.69-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 38.69%
GREEN value IS 117 (46.09% from 255) = 29.40%
BLUE value IS 127 (50% from 255) = 31.91%
R=38.69%
G=29.40%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.18
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15411712700.240.180.40343.7815.4853.14
Hex9A757F0181228158f35
Octal23216517703022505301765
Binary1001101011101011111111011000100101010001010110001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A757F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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