Html Css Color HEX #987F7C Opium

📋 copy color: '#987F7C'

red 152 ◦ green 127 ◦ blue 124

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

Shades of Opium #987F7C

Tints of Opium #987F7C

RGB

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

 GREEN value IS 127 (50% from 255) = 31.51%

 BLUE value IS 124 (48.83% from 255) = 30.77%

R = 37.72%
G = 31.51%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.18

 K value IS 0.40

RGB Variations

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

Color information

#987F7C (or 0x987F7C) is known color: Opium. HEX triplet: 98, 7F and 7C. RGB value is (152,127,124). Sum of RGB (Red+Green+Blue) = 152+127+124=403 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.72% from 403); Green value is 127 (50% from 255 or 31.51% from 403); Blue value is 124 (48.83% from 255 or 30.77% from 403); Max value from RGB is 152 - color contains mainly: red. Hex color #987F7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987F7C is #678083. Grayscale: #868686. Windows color (decimal): -6783108 or 8159128. OLE color: 8159128.

HSL color Cylindrical-coordinate representation of color #987F7C: hue angle of 6.43º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #987F7C is Cyan = 0, Magento = 0.16, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 127 124 -
CMYK 0 0.16 0.18 0.40
HSL 6.43º 0.12% 0.54% -
HSV(B) 6.43º 0.18% 0.6% -
XYZ 24.18 23.31 22.29 -
YUV 134.13 122.28 140.74 -
System Red Green Blue C M Y K H S L
Decimal 152 127 124 0 0.16 0.18 0.40 6.43 0.12 0.54
Hex 98 7F 7C 0 10 12 28 6 C 36
Octal 230 177 174 0 20 22 50 6 14 66
Binary 10011000 1111111 1111100 0 10000 10010 101000 110 1100 110110

Color Harmonies of #987F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987F7C

Black with #987F7C

Text Example


Text Example

White with #987F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987F7C; }

 p { color: rgb(152,127,124); }

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

background-color css

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

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

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

border-color css

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

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

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