#9E7C7C

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

Shades of Opium #9E7C7C

Tints of Opium #9E7C7C

Color information

#9E7C7C (or 0x9E7C7C) is unknown color: approx Opium. HEX triplet: 9E, 7C and 7C. RGB value is (158,124,124). Sum of RGB (Red+Green+Blue) = 158+124+124=406 (53% of max value = 765). Red value is 158 (62.11% from 255 or 38.92% from 406); Green value is 124 (48.83% from 255 or 30.54% from 406); Blue value is 124 (48.83% from 255 or 30.54% from 406); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7C7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E7C7C is #618383. Grayscale: #868686. Windows color (decimal): -6390660 or 8158366. OLE color: 8158366.

HSL color Cylindrical-coordinate representation of color #9E7C7C: hue angle of 0º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9E7C7C is Cyan = 0, Magento = 0.22, Yellow = 0.22 and Black (K on CMYK) = 0.38.

Color convert

RGB158124124-
CMYK00.220.220.38
HSL14.91%55.29%-
HSV(B)21.52%61.96%-
XYZ24.9523.1422.22-
YUV134.17122.26145-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 38.92%
GREEN value IS 124 (48.83% from 255) = 30.54%
BLUE value IS 124 (48.83% from 255) = 30.54%
R=38.92%
G=30.54%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.22
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15812412400.220.220.38014.9155.29
Hex9E7C7C01616260f37
Octal236174174026264601767
Binary10011110111110011111000101101011010011001111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E7C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E7C7C; }

 p { color: rgb(158,124,124); }

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

<style>
 a { background-color: #9E7C7C; }

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

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

<style>
 span { border-color: #9E7C7C; }

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

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