#927E7C

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

Shades of Opium #927E7C

Tints of Opium #927E7C

Color information

#927E7C (or 0x927E7C) is unknown color: approx Opium. HEX triplet: 92, 7E and 7C. RGB value is (146,126,124). Sum of RGB (Red+Green+Blue) = 146+126+124=396 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.87% from 396); Green value is 126 (49.61% from 255 or 31.82% from 396); Blue value is 124 (48.83% from 255 or 31.31% from 396); Max value from RGB is 146 - color contains mainly: red. Hex color #927E7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927E7C is #6D8183. Grayscale: #838383. Windows color (decimal): -7176580 or 8158866. OLE color: 8158866.

HSL color Cylindrical-coordinate representation of color #927E7C: hue angle of 5.45º degrees, saturation: 0.09, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #927E7C is Cyan = 0, Magento = 0.14, Yellow = 0.15 and Black (K on CMYK) = 0.43.

Color convert

RGB146126124-
CMYK00.140.150.43
HSL5.45º9.17%52.94%-
HSV(B)5.45º15.07%57.25%-
XYZ22.9522.4922.2-
YUV131.75123.63138.16-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 36.87%
GREEN value IS 126 (49.61% from 255) = 31.82%
BLUE value IS 124 (48.83% from 255) = 31.31%
R=36.87%
G=31.82%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.15
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14612612400.140.150.435.459.1752.94
Hex927E7C0EF2B5935
Octal222176174016175351165
Binary10010010111111011111000111011111010111011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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