#927D7C

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

Shades of Opium #927D7C

Tints of Opium #927D7C

Color information

#927D7C (or 0x927D7C) is unknown color: approx Opium. HEX triplet: 92, 7D and 7C. RGB value is (146,125,124). Sum of RGB (Red+Green+Blue) = 146+125+124=395 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.96% from 395); Green value is 125 (49.22% from 255 or 31.65% from 395); Blue value is 124 (48.83% from 255 or 31.39% from 395); Max value from RGB is 146 - color contains mainly: red. Hex color #927D7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927D7C is #6D8283. Grayscale: #838383. Windows color (decimal): -7176836 or 8158610. OLE color: 8158610.

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

Color convert

RGB146125124-
CMYK00.140.150.43
HSL2.73º9.17%52.94%-
HSV(B)2.73º15.07%57.25%-
XYZ22.8322.2322.16-
YUV131.16123.96138.58-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 36.96%
GREEN value IS 125 (49.22% from 255) = 31.65%
BLUE value IS 124 (48.83% from 255) = 31.39%
R=36.96%
G=31.65%
B=31.39%

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
Decimal14612512400.140.150.432.739.1752.94
Hex927D7C0EF2B3935
Octal222175174016175331165
Binary1001001011111011111100011101111101011111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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