#927D7B

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

Shades of Opium #927D7B

Tints of Opium #927D7B

Color information

#927D7B (or 0x927D7B) is unknown color: approx Opium. HEX triplet: 92, 7D and 7B. RGB value is (146,125,123). Sum of RGB (Red+Green+Blue) = 146+125+123=394 (52% of max value = 765). Red value is 146 (57.42% from 255 or 37.06% from 394); Green value is 125 (49.22% from 255 or 31.73% from 394); Blue value is 123 (48.44% from 255 or 31.22% from 394); Max value from RGB is 146 - color contains mainly: red. Hex color #927D7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927D7B is #6D8284. Grayscale: #838383. Windows color (decimal): -7176837 or 8093074. OLE color: 8093074.

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

Color convert

RGB146125123-
CMYK00.140.160.43
HSL5.22º9.54%52.75%-
HSV(B)5.22º15.75%57.25%-
XYZ22.7622.2121.83-
YUV131.05123.46138.66-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 37.06%
GREEN value IS 125 (49.22% from 255) = 31.73%
BLUE value IS 123 (48.44% from 255) = 31.22%
R=37.06%
G=31.73%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.16
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14612512300.140.160.435.229.5452.75
Hex927D7B0E102B5a35
Octal222175173016205351265
Binary100100101111101111101101110100001010111011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927D7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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