#95737C

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

Shades of Venus #95737C

Tints of Venus #95737C

Color information

#95737C (or 0x95737C) is unknown color: approx Venus. HEX triplet: 95, 73 and 7C. RGB value is (149,115,124). Sum of RGB (Red+Green+Blue) = 149+115+124=388 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.40% from 388); Green value is 115 (45.31% from 255 or 29.64% from 388); Blue value is 124 (48.83% from 255 or 31.96% from 388); Max value from RGB is 149 - color contains mainly: red. Hex color #95737C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95737C is #6A8C83. Grayscale: #7E7E7E. Windows color (decimal): -6982788 or 8156053. OLE color: 8156053.

HSL color Cylindrical-coordinate representation of color #95737C: hue angle of 344.12º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #95737C is Cyan = 0, Magento = 0.23, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB149115124-
CMYK00.230.170.42
HSL344.12º13.82%51.76%-
HSV(B)344.12º22.82%58.43%-
XYZ22.1620.1121.78-
YUV126.19126.76144.27-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.40%
GREEN value IS 115 (45.31% from 255) = 29.64%
BLUE value IS 124 (48.83% from 255) = 31.96%
R=38.40%
G=29.64%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14911512400.230.170.42344.1213.8251.76
Hex95737C017112A158e34
Octal22516317402721525301664
Binary1001010111100111111100010111100011010101010110001110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95737C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95737C; }

 p { color: rgb(149,115,124); }

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

<style>
 a { background-color: #95737C; }

 a { background-color: rgb(149,115,124); }

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

<style>
 span { border-color: #95737C; }

 span { border-color: rgb(149,115,124); }

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