#95737E

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

Shades of Venus #95737E

Tints of Venus #95737E

Color information

#95737E (or 0x95737E) is unknown color: approx Venus. HEX triplet: 95, 73 and 7E. RGB value is (149,115,126). Sum of RGB (Red+Green+Blue) = 149+115+126=390 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.21% from 390); Green value is 115 (45.31% from 255 or 29.49% from 390); Blue value is 126 (49.61% from 255 or 32.31% from 390); Max value from RGB is 149 - color contains mainly: red. Hex color #95737E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95737E is #6A8C81. Grayscale: #7E7E7E. Windows color (decimal): -6982786 or 8287125. OLE color: 8287125.

HSL color Cylindrical-coordinate representation of color #95737E: hue angle of 340.59º 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 #95737E is Cyan = 0, Magento = 0.23, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB149115126-
CMYK00.230.150.42
HSL340.59º13.82%51.76%-
HSV(B)340.59º22.82%58.43%-
XYZ22.2920.1622.45-
YUV126.42127.76144.11-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.21%
GREEN value IS 115 (45.31% from 255) = 29.49%
BLUE value IS 126 (49.61% from 255) = 32.31%
R=38.21%
G=29.49%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14911512600.230.150.42340.5913.8251.76
Hex95737E017F2A155e34
Octal22516317602717525251664
Binary100101011110011111111001011111111010101010101011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95737E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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