#957783

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

Shades of Venus #957783

Tints of Venus #957783

Color information

#957783 (or 0x957783) is unknown color: approx Venus. HEX triplet: 95, 77 and 83. RGB value is (149,119,131). Sum of RGB (Red+Green+Blue) = 149+119+131=399 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.34% from 399); Green value is 119 (46.88% from 255 or 29.82% from 399); Blue value is 131 (51.56% from 255 or 32.83% from 399); Max value from RGB is 149 - color contains mainly: red. Hex color #957783 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957783 is #6A887C. Grayscale: #818181. Windows color (decimal): -6981757 or 8615829. OLE color: 8615829.

HSL color Cylindrical-coordinate representation of color #957783: hue angle of 336º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #957783 is Cyan = 0, Magento = 0.20, Yellow = 0.12 and Black (K on CMYK) = 0.42.

Color convert

RGB149119131-
CMYK00.200.120.42
HSL336º12.4%52.55%-
HSV(B)336º20.13%58.43%-
XYZ23.0921.2224.35-
YUV129.34128.94142.02-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.34%
GREEN value IS 119 (46.88% from 255) = 29.82%
BLUE value IS 131 (51.56% from 255) = 32.83%
R=37.34%
G=29.82%
B=32.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.12
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14911913100.200.120.4233612.452.55
Hex957783014C2A150c35
Octal22516720302414525201465
Binary1001010111101111000001101010011001010101010100001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957783

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957783; }

 p { color: rgb(149,119,131); }

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

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

 a { background-color: rgb(149,119,131); }

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

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

 span { border-color: rgb(149,119,131); }

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