#957A7E

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

Shades of Venus #957A7E

Tints of Venus #957A7E

Color information

#957A7E (or 0x957A7E) is unknown color: approx Venus. HEX triplet: 95, 7A and 7E. RGB value is (149,122,126). Sum of RGB (Red+Green+Blue) = 149+122+126=397 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.53% from 397); Green value is 122 (48.05% from 255 or 30.73% from 397); Blue value is 126 (49.61% from 255 or 31.74% from 397); Max value from RGB is 149 - color contains mainly: red. Hex color #957A7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957A7E is #6A8581. Grayscale: #828282. Windows color (decimal): -6980994 or 8288917. OLE color: 8288917.

HSL color Cylindrical-coordinate representation of color #957A7E: hue angle of 351.11º degrees, saturation: 0.11, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #957A7E is Cyan = 0, Magento = 0.18, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB149122126-
CMYK00.180.150.42
HSL351.11º11.3%53.14%-
HSV(B)351.11º18.12%58.43%-
XYZ23.1221.8122.73-
YUV130.53125.45141.17-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.53%
GREEN value IS 122 (48.05% from 255) = 30.73%
BLUE value IS 126 (49.61% from 255) = 31.74%
R=37.53%
G=30.73%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14912212600.180.150.42351.1111.353.14
Hex957A7E012F2A15fb35
Octal22517217602217525371365
Binary100101011111010111111001001011111010101010111111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957A7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957A7E; }

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

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

<style>
 a { background-color: #957A7E; }

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

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

<style>
 span { border-color: #957A7E; }

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

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