#957782

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

Shades of Venus #957782

Tints of Venus #957782

Color information

#957782 (or 0x957782) is unknown color: approx Venus. HEX triplet: 95, 77 and 82. RGB value is (149,119,130). Sum of RGB (Red+Green+Blue) = 149+119+130=398 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.44% from 398); Green value is 119 (46.88% from 255 or 29.90% from 398); Blue value is 130 (51.17% from 255 or 32.66% from 398); Max value from RGB is 149 - color contains mainly: red. Hex color #957782 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957782 is #6A887D. Grayscale: #818181. Windows color (decimal): -6981758 or 8550293. OLE color: 8550293.

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

Color convert

RGB149119130-
CMYK00.200.130.42
HSL338º12.4%52.55%-
HSV(B)338º20.13%58.43%-
XYZ23.0221.1924-
YUV129.22128.44142.11-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.44%
GREEN value IS 119 (46.88% from 255) = 29.90%
BLUE value IS 130 (51.17% from 255) = 32.66%
R=37.44%
G=29.90%
B=32.66%

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
Decimal14911913000.200.130.4233812.452.55
Hex957782014D2A152c35
Octal22516720202415525221465
Binary1001010111101111000001001010011011010101010100101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957782; }

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

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

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

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

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

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

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

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