#937C7A

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

Shades of Opium #937C7A

Tints of Opium #937C7A

Color information

#937C7A (or 0x937C7A) is unknown color: approx Opium. HEX triplet: 93, 7C and 7A. RGB value is (147,124,122). Sum of RGB (Red+Green+Blue) = 147+124+122=393 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.40% from 393); Green value is 124 (48.83% from 255 or 31.55% from 393); Blue value is 122 (48.05% from 255 or 31.04% from 393); Max value from RGB is 147 - color contains mainly: red. Hex color #937C7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #937C7A is #6C8385. Grayscale: #828282. Windows color (decimal): -7111558 or 8027283. OLE color: 8027283.

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

Color convert

RGB147124122-
CMYK00.160.170.42
HSL4.8º10.37%52.75%-
HSV(B)4.8º17.01%57.65%-
XYZ22.7522.0221.46-
YUV130.65123.12139.66-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.40%
GREEN value IS 124 (48.83% from 255) = 31.55%
BLUE value IS 122 (48.05% from 255) = 31.04%
R=37.40%
G=31.55%
B=31.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14712412200.160.170.424.810.3752.75
Hex937C7A010112A5a35
Octal223174172020215251265
Binary1001001111111001111010010000100011010101011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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