#937D7F

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

Shades of Venus #937D7F

Tints of Venus #937D7F

Color information

#937D7F (or 0x937D7F) is unknown color: approx Venus. HEX triplet: 93, 7D and 7F. RGB value is (147,125,127). Sum of RGB (Red+Green+Blue) = 147+125+127=399 (52% of max value = 765). Red value is 147 (57.81% from 255 or 36.84% from 399); Green value is 125 (49.22% from 255 or 31.33% from 399); Blue value is 127 (50% from 255 or 31.83% from 399); Max value from RGB is 147 - color contains mainly: red. Hex color #937D7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #937D7F is #6C8280. Grayscale: #838383. Windows color (decimal): -7111297 or 8355219. OLE color: 8355219.

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

Color convert

RGB147125127-
CMYK00.150.140.42
HSL354.55º9.24%53.33%-
HSV(B)354.55º14.97%57.65%-
XYZ23.222.423.18-
YUV131.81125.29138.84-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.84%
GREEN value IS 125 (49.22% from 255) = 31.33%
BLUE value IS 127 (50% from 255) = 31.83%
R=36.84%
G=31.33%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14712512700.150.140.42354.559.2453.33
Hex937D7F0FE2A163935
Octal22317517701716525431165
Binary10010011111110111111110111111101010101011000111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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