#957682

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

Shades of Venus #957682

Tints of Venus #957682

Color information

#957682 (or 0x957682) is unknown color: approx Venus. HEX triplet: 95, 76 and 82. RGB value is (149,118,130). Sum of RGB (Red+Green+Blue) = 149+118+130=397 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.53% from 397); Green value is 118 (46.48% from 255 or 29.72% from 397); Blue value is 130 (51.17% from 255 or 32.75% from 397); Max value from RGB is 149 - color contains mainly: red. Hex color #957682 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957682 is #6A897D. Grayscale: #808080. Windows color (decimal): -6982014 or 8550037. OLE color: 8550037.

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

Color convert

RGB149118130-
CMYK00.210.130.42
HSL336.77º12.76%52.35%-
HSV(B)336.77º20.81%58.43%-
XYZ22.920.9623.96-
YUV128.64128.77142.52-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.53%
GREEN value IS 118 (46.48% from 255) = 29.72%
BLUE value IS 130 (51.17% from 255) = 32.75%
R=37.53%
G=29.72%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.13
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14911813000.210.130.42336.7712.7652.35
Hex957682015D2A151d34
Octal22516620202515525211564
Binary1001010111101101000001001010111011010101010100011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957682; }

 p { color: rgb(149,118,130); }

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

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

 a { background-color: rgb(149,118,130); }

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

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

 span { border-color: rgb(149,118,130); }

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