#957780

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

Shades of Venus #957780

Tints of Venus #957780

Color information

#957780 (or 0x957780) is unknown color: approx Venus. HEX triplet: 95, 77 and 80. RGB value is (149,119,128). Sum of RGB (Red+Green+Blue) = 149+119+128=396 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.63% from 396); Green value is 119 (46.88% from 255 or 30.05% from 396); Blue value is 128 (50.39% from 255 or 32.32% from 396); Max value from RGB is 149 - color contains mainly: red. Hex color #957780 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957780 is #6A887F. Grayscale: #808080. Windows color (decimal): -6981760 or 8419221. OLE color: 8419221.

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

Color convert

RGB149119128-
CMYK00.200.140.42
HSL342º12.4%52.55%-
HSV(B)342º20.13%58.43%-
XYZ22.8921.1423.3-
YUV129127.44142.27-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.63%
GREEN value IS 119 (46.88% from 255) = 30.05%
BLUE value IS 128 (50.39% from 255) = 32.32%
R=37.63%
G=30.05%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14911912800.200.140.4234212.452.55
Hex957780014E2A156c35
Octal22516720002416525261465
Binary1001010111101111000000001010011101010101010101101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957780; }

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

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

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

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

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

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

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

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