#8E7F7E

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

Shades of Opium #8E7F7E

Tints of Opium #8E7F7E

Color information

#8E7F7E (or 0x8E7F7E) is unknown color: approx Opium. HEX triplet: 8E, 7F and 7E. RGB value is (142,127,126). Sum of RGB (Red+Green+Blue) = 142+127+126=395 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.95% from 395); Green value is 127 (50% from 255 or 32.15% from 395); Blue value is 126 (49.61% from 255 or 31.90% from 395); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7F7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E7F7E is #718081. Grayscale: #838383. Windows color (decimal): -7438466 or 8290190. OLE color: 8290190.

HSL color Cylindrical-coordinate representation of color #8E7F7E: hue angle of 3.75º degrees, saturation: 0.07, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8E7F7E is Cyan = 0, Magento = 0.11, Yellow = 0.11 and Black (K on CMYK) = 0.44.

Color convert

RGB142127126-
CMYK00.110.110.44
HSL3.75º6.61%52.55%-
HSV(B)3.75º11.27%55.69%-
XYZ22.5122.4422.88-
YUV131.37124.97135.58-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 35.95%
GREEN value IS 127 (50% from 255) = 32.15%
BLUE value IS 126 (49.61% from 255) = 31.90%
R=35.95%
G=32.15%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.11
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14212712600.110.110.443.756.6152.55
Hex8E7F7E0BB2C4735
Octal21617717601313544765
Binary1000111011111111111110010111011101100100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7F7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8E7F7E; }

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

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

<style>
 a { background-color: #8E7F7E; }

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

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

<style>
 span { border-color: #8E7F7E; }

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

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