#937E7D

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

Shades of Opium #937E7D

Tints of Opium #937E7D

Color information

#937E7D (or 0x937E7D) is unknown color: approx Opium. HEX triplet: 93, 7E and 7D. RGB value is (147,126,125). Sum of RGB (Red+Green+Blue) = 147+126+125=398 (52% of max value = 765). Red value is 147 (57.81% from 255 or 36.93% from 398); Green value is 126 (49.61% from 255 or 31.66% from 398); Blue value is 125 (49.22% from 255 or 31.41% from 398); Max value from RGB is 147 - color contains mainly: red. Hex color #937E7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #937E7D is #6C8182. Grayscale: #848484. Windows color (decimal): -7111043 or 8224403. OLE color: 8224403.

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

Color convert

RGB147126125-
CMYK00.140.150.42
HSL2.73º9.24%53.33%-
HSV(B)2.73º14.97%57.65%-
XYZ23.222.6122.54-
YUV132.16123.96138.58-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.93%
GREEN value IS 126 (49.61% from 255) = 31.66%
BLUE value IS 125 (49.22% from 255) = 31.41%
R=36.93%
G=31.66%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14712612500.140.150.422.739.2453.33
Hex937E7D0EF2A3935
Octal223176175016175231165
Binary1001001111111101111101011101111101010111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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