#957781

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

Shades of Venus #957781

Tints of Venus #957781

Color information

#957781 (or 0x957781) is unknown color: approx Venus. HEX triplet: 95, 77 and 81. RGB value is (149,119,129). Sum of RGB (Red+Green+Blue) = 149+119+129=397 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.53% from 397); Green value is 119 (46.88% from 255 or 29.97% from 397); Blue value is 129 (50.78% from 255 or 32.49% from 397); Max value from RGB is 149 - color contains mainly: red. Hex color #957781 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957781 is #6A887E. Grayscale: #818181. Windows color (decimal): -6981759 or 8484757. OLE color: 8484757.

HSL color Cylindrical-coordinate representation of color #957781: hue angle of 340º 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 #957781 is Cyan = 0, Magento = 0.20, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB149119129-
CMYK00.200.130.42
HSL340º12.4%52.55%-
HSV(B)340º20.13%58.43%-
XYZ22.9521.1723.64-
YUV129.11127.94142.19-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.53%
GREEN value IS 119 (46.88% from 255) = 29.97%
BLUE value IS 129 (50.78% from 255) = 32.49%
R=37.53%
G=29.97%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.13
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14911912900.200.130.4234012.452.55
Hex957781014D2A154c35
Octal22516720102415525241465
Binary1001010111101111000000101010011011010101010101001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957781; }

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

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

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

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

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

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

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

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