Html Css Color HEX #988786 Opium

📋 copy color: '#988786'

red 152 ◦ green 135 ◦ blue 134

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

Shades of Opium #988786

Tints of Opium #988786

RGB

 RED value IS 152 (59.77% from 255) = 36.1%

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

 BLUE value IS 134 (52.73% from 255) = 31.83%

R = 36.1%
G = 32.07%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.12

 K value IS 0.40

RGB Variations

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

Color information

#988786 (or 0x988786) is known color: Opium. HEX triplet: 98, 87 and 86. RGB value is (152,135,134). Sum of RGB (Red+Green+Blue) = 152+135+134=421 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.10% from 421); Green value is 135 (53.12% from 255 or 32.07% from 421); Blue value is 134 (52.73% from 255 or 31.83% from 421); Max value from RGB is 152 - color contains mainly: red. Hex color #988786 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988786 is #677879. Grayscale: #8B8B8B. Windows color (decimal): -6781050 or 8816536. OLE color: 8816536.

HSL color Cylindrical-coordinate representation of color #988786: hue angle of 3.33º degrees, saturation: 0.08, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #988786 is Cyan = 0, Magento = 0.11, Yellow = 0.12 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 135 134 -
CMYK 0 0.11 0.12 0.40
HSL 3.33º 0.08% 0.56% -
HSV(B) 3.33º 0.12% 0.6% -
XYZ 25.92 25.72 26.15 -
YUV 139.97 124.63 136.58 -
System Red Green Blue C M Y K H S L
Decimal 152 135 134 0 0.11 0.12 0.40 3.33 0.08 0.56
Hex 98 87 86 0 B C 28 3 8 38
Octal 230 207 206 0 13 14 50 3 10 70
Binary 10011000 10000111 10000110 0 1011 1100 101000 11 1000 111000

Color Harmonies of #988786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988786

Black with #988786

Text Example


Text Example

White with #988786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988786; }

 p { color: rgb(152,135,134); }

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

background-color css

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

 a { background-color: rgb(152,135,134); }

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

border-color css

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

 span { border-color: rgb(152,135,134); }

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