#957A86

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

Shades of Venus #957A86

Tints of Venus #957A86

Color information

#957A86 (or 0x957A86) is unknown color: approx Venus. HEX triplet: 95, 7A and 86. RGB value is (149,122,134). Sum of RGB (Red+Green+Blue) = 149+122+134=405 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.79% from 405); Green value is 122 (48.05% from 255 or 30.12% from 405); Blue value is 134 (52.73% from 255 or 33.09% from 405); Max value from RGB is 149 - color contains mainly: red. Hex color #957A86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957A86 is #6A8579. Grayscale: #838383. Windows color (decimal): -6980986 or 8813205. OLE color: 8813205.

HSL color Cylindrical-coordinate representation of color #957A86: hue angle of 333.33º 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 #957A86 is Cyan = 0, Magento = 0.18, Yellow = 0.10 and Black (K on CMYK) = 0.42.

Color convert

RGB149122134-
CMYK00.180.100.42
HSL333.33º11.3%53.14%-
HSV(B)333.33º18.12%58.43%-
XYZ23.6622.0325.56-
YUV131.44129.45140.52-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.79%
GREEN value IS 122 (48.05% from 255) = 30.12%
BLUE value IS 134 (52.73% from 255) = 33.09%
R=36.79%
G=30.12%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.10
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14912213400.180.100.42333.3311.353.14
Hex957A86012A2A14db35
Octal22517220602212525151365
Binary1001010111110101000011001001010101010101010011011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957A86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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