Html Css Color HEX #937E7C Opium

📋 copy color: '#937E7C'

red 147 ◦ green 126 ◦ blue 124

#937E7C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Opium #937E7C

Tints of Opium #937E7C

RGB

 RED value IS 147 (57.81% from 255) = 37.03%

 GREEN value IS 126 (49.61% from 255) = 31.74%

 BLUE value IS 124 (48.83% from 255) = 31.23%

R = 37.03%
G = 31.74%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#937E7C (or 0x937E7C) is known color: Opium. HEX triplet: 93, 7E and 7C. RGB value is (147,126,124). Sum of RGB (Red+Green+Blue) = 147+126+124=397 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.03% from 397); Green value is 126 (49.61% from 255 or 31.74% from 397); Blue value is 124 (48.83% from 255 or 31.23% from 397); Max value from RGB is 147 - color contains mainly: red. Hex color #937E7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #937E7C is #6C8183. Grayscale: #848484. Windows color (decimal): -7111044 or 8158867. OLE color: 8158867.

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

Color convert

RGB 147 126 124 -
CMYK 0 0.14 0.16 0.42
HSL 5.22º 0.1% 0.53% -
HSV(B) 5.22º 0.16% 0.58% -
XYZ 23.13 22.58 22.21 -
YUV 132.05 123.46 138.66 -
System Red Green Blue C M Y K H S L
Decimal 147 126 124 0 0.14 0.16 0.42 5.22 0.1 0.53
Hex 93 7E 7C 0 E 10 2A 5 A 35
Octal 223 176 174 0 16 20 52 5 12 65
Binary 10010011 1111110 1111100 0 1110 10000 101010 101 1010 110101

Color Harmonies of #937E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #937E7C

Black with #937E7C

Text Example


Text Example

White with #937E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #937E7C;
 }
 .AnyTagClassName
 {
   color: #937E7C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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