#927F7E

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

Shades of Opium #927F7E

Tints of Opium #927F7E

Color information

#927F7E (or 0x927F7E) is unknown color: approx Opium. HEX triplet: 92, 7F and 7E. RGB value is (146,127,126). Sum of RGB (Red+Green+Blue) = 146+127+126=399 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.59% from 399); Green value is 127 (50% from 255 or 31.83% from 399); Blue value is 126 (49.61% from 255 or 31.58% from 399); Max value from RGB is 146 - color contains mainly: red. Hex color #927F7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927F7E is #6D8081. Grayscale: #848484. Windows color (decimal): -7176322 or 8290194. OLE color: 8290194.

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

Color convert

RGB146127126-
CMYK00.130.140.43
HSL8.4%53.33%-
HSV(B)13.7%57.25%-
XYZ23.2122.822.92-
YUV132.57124.29137.58-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 36.59%
GREEN value IS 127 (50% from 255) = 31.83%
BLUE value IS 126 (49.61% from 255) = 31.58%
R=36.59%
G=31.83%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14612712600.130.140.4338.453.33
Hex927F7E0DE2B3835
Octal222177176015165331065
Binary1001001011111111111110011011110101011111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927F7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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