Html Css Color HEX #988787 Opium

📋 copy color: '#988787'

red 152 ◦ green 135 ◦ blue 135

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

Shades of Opium #988787

Tints of Opium #988787

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 31.99%

R = 36.02%
G = 31.99%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.11

 K value IS 0.40

RGB Variations

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

Color information

#988787 (or 0x988787) is known color: Opium. HEX triplet: 98, 87 and 87. RGB value is (152,135,135). Sum of RGB (Red+Green+Blue) = 152+135+135=422 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.02% from 422); Green value is 135 (53.12% from 255 or 31.99% from 422); Blue value is 135 (53.12% from 255 or 31.99% from 422); Max value from RGB is 152 - color contains mainly: red. Hex color #988787 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988787 is #677878. Grayscale: #8C8C8C. Windows color (decimal): -6781049 or 8882072. OLE color: 8882072.

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

Color convert

RGB 152 135 135 -
CMYK 0 0.11 0.11 0.40
HSL 0.08% 0.56% -
HSV(B) 0.11% 0.6% -
XYZ 25.99 25.75 26.52 -
YUV 140.08 125.13 136.5 -
System Red Green Blue C M Y K H S L
Decimal 152 135 135 0 0.11 0.11 0.40 0 0.08 0.56
Hex 98 87 87 0 B B 28 0 8 38
Octal 230 207 207 0 13 13 50 0 10 70
Binary 10011000 10000111 10000111 0 1011 1011 101000 0 1000 111000

Color Harmonies of #988787

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988787

Black with #988787

Text Example


Text Example

White with #988787

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988787; }

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

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

background-color css

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

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

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

border-color css

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

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

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