#937D84

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

Shades of Venus #937D84

Tints of Venus #937D84

Color information

#937D84 (or 0x937D84) is unknown color: approx Venus. HEX triplet: 93, 7D and 84. RGB value is (147,125,132). Sum of RGB (Red+Green+Blue) = 147+125+132=404 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.39% from 404); Green value is 125 (49.22% from 255 or 30.94% from 404); Blue value is 132 (51.95% from 255 or 32.67% from 404); Max value from RGB is 147 - color contains mainly: red. Hex color #937D84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937D84 is #6C827B. Grayscale: #848484. Windows color (decimal): -7111292 or 8682899. OLE color: 8682899.

HSL color Cylindrical-coordinate representation of color #937D84: hue angle of 340.91º degrees, saturation: 0.09, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #937D84 is Cyan = 0, Magento = 0.15, Yellow = 0.10 and Black (K on CMYK) = 0.42.

Color convert

RGB147125132-
CMYK00.150.100.42
HSL340.91º9.24%53.33%-
HSV(B)340.91º14.97%57.65%-
XYZ23.5322.5424.94-
YUV132.38127.79138.43-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.39%
GREEN value IS 125 (49.22% from 255) = 30.94%
BLUE value IS 132 (51.95% from 255) = 32.67%
R=36.39%
G=30.94%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.10
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14712513200.150.100.42340.919.2453.33
Hex937D840FA2A155935
Octal22317520401712525251165
Binary100100111111101100001000111110101010101010101011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #937D84; }

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

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

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

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

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

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

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

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