#937C7F

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

Shades of Venus #937C7F

Tints of Venus #937C7F

Color information

#937C7F (or 0x937C7F) is unknown color: approx Venus. HEX triplet: 93, 7C and 7F. RGB value is (147,124,127). Sum of RGB (Red+Green+Blue) = 147+124+127=398 (52% of max value = 765). Red value is 147 (57.81% from 255 or 36.93% from 398); Green value is 124 (48.83% from 255 or 31.16% from 398); Blue value is 127 (50% from 255 or 31.91% from 398); Max value from RGB is 147 - color contains mainly: red. Hex color #937C7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #937C7F is #6C8380. Grayscale: #838383. Windows color (decimal): -7111553 or 8354963. OLE color: 8354963.

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

Color convert

RGB147124127-
CMYK00.160.140.42
HSL352.17º9.62%53.14%-
HSV(B)352.17º15.65%57.65%-
XYZ23.0722.1523.14-
YUV131.22125.62139.26-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.93%
GREEN value IS 124 (48.83% from 255) = 31.16%
BLUE value IS 127 (50% from 255) = 31.91%
R=36.93%
G=31.16%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14712412700.160.140.42352.179.6253.14
Hex937C7F010E2A160a35
Octal22317417702016525401265
Binary100100111111100111111101000011101010101011000001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,124,127); }

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

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

 a { background-color: rgb(147,124,127); }

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

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

 span { border-color: rgb(147,124,127); }

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