#937784

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

Shades of Venus #937784

Tints of Venus #937784

Color information

#937784 (or 0x937784) is unknown color: approx Venus. HEX triplet: 93, 77 and 84. RGB value is (147,119,132). Sum of RGB (Red+Green+Blue) = 147+119+132=398 (52% of max value = 765). Red value is 147 (57.81% from 255 or 36.93% from 398); Green value is 119 (46.88% from 255 or 29.90% from 398); Blue value is 132 (51.95% from 255 or 33.17% from 398); Max value from RGB is 147 - color contains mainly: red. Hex color #937784 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937784 is #6C887B. Grayscale: #808080. Windows color (decimal): -7112828 or 8681363. OLE color: 8681363.

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

Color convert

RGB147119132-
CMYK00.190.100.42
HSL332.14º11.48%52.16%-
HSV(B)332.14º19.05%57.65%-
XYZ22.7921.0624.69-
YUV128.85129.78140.94-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.93%
GREEN value IS 119 (46.88% from 255) = 29.90%
BLUE value IS 132 (51.95% from 255) = 33.17%
R=36.93%
G=29.90%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.10
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14711913200.190.100.42332.1411.4852.16
Hex937784013A2A14cb34
Octal22316720402312525141364
Binary1001001111101111000010001001110101010101010011001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #937784; }

 p { color: rgb(147,119,132); }

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

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

 a { background-color: rgb(147,119,132); }

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

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

 span { border-color: rgb(147,119,132); }

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