#937D86

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

Shades of Venus #937D86

Tints of Venus #937D86

Color information

#937D86 (or 0x937D86) is unknown color: approx Venus. HEX triplet: 93, 7D and 86. RGB value is (147,125,134). Sum of RGB (Red+Green+Blue) = 147+125+134=406 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.21% from 406); Green value is 125 (49.22% from 255 or 30.79% from 406); Blue value is 134 (52.73% from 255 or 33.00% from 406); Max value from RGB is 147 - color contains mainly: red. Hex color #937D86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937D86 is #6C8279. Grayscale: #848484. Windows color (decimal): -7111290 or 8813971. OLE color: 8813971.

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

Color convert

RGB147125134-
CMYK00.150.090.42
HSL335.45º9.24%53.33%-
HSV(B)335.45º14.97%57.65%-
XYZ23.6722.5925.67-
YUV132.6128.79138.27-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.21%
GREEN value IS 125 (49.22% from 255) = 30.79%
BLUE value IS 134 (52.73% from 255) = 33.00%
R=36.21%
G=30.79%
B=33.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14712513400.150.090.42335.459.2453.33
Hex937D860F92A14f935
Octal22317520601711525171165
Binary100100111111101100001100111110011010101010011111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937D86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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