Html Css Color HEX #9E8784 Opium

📋 copy color: '#9E8784'

red 158 ◦ green 135 ◦ blue 132

#9E8784
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Opium #9E8784

Tints of Opium #9E8784

RGB

 RED value IS 158 (62.11% from 255) = 37.18%

 GREEN value IS 135 (53.13% from 255) = 31.76%

 BLUE value IS 132 (51.95% from 255) = 31.06%

R = 37.18%
G = 31.76%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.16

 K value IS 0.38

RGB Variations

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

Color information

#9E8784 (or 0x9E8784) is known color: Opium. HEX triplet: 9E, 87 and 84. RGB value is (158,135,132). Sum of RGB (Red+Green+Blue) = 158+135+132=425 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.18% from 425); Green value is 135 (53.12% from 255 or 31.76% from 425); Blue value is 132 (51.95% from 255 or 31.06% from 425); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8784 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E8784 is #61787B. Grayscale: #8D8D8D. Windows color (decimal): -6387836 or 8685470. OLE color: 8685470.

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

Color convert

RGB 158 135 132 -
CMYK 0 0.15 0.16 0.38
HSL 6.92º 0.12% 0.57% -
HSV(B) 6.92º 0.16% 0.62% -
XYZ 26.93 26.26 25.48 -
YUV 141.54 122.62 139.74 -
System Red Green Blue C M Y K H S L
Decimal 158 135 132 0 0.15 0.16 0.38 6.92 0.12 0.57
Hex 9E 87 84 0 F 10 26 7 C 39
Octal 236 207 204 0 17 20 46 7 14 71
Binary 10011110 10000111 10000100 0 1111 10000 100110 111 1100 111001

Color Harmonies of #9E8784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E8784

Black with #9E8784

Text Example


Text Example

White with #9E8784

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,135,132); }

 H1.HeaderClassName
 {
   color: #9E8784;
 }
 .AnyTagClassName
 {
   color: #9E8784;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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