Html Css Color HEX #987C7C Opium

📋 copy color: '#987C7C'

red 152 ◦ green 124 ◦ blue 124

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

Shades of Opium #987C7C

Tints of Opium #987C7C

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31%

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

R = 38%
G = 31%
B = 31%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.18

 K value IS 0.40

RGB Variations

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

Color information

#987C7C (or 0x987C7C) is known color: Opium. HEX triplet: 98, 7C and 7C. RGB value is (152,124,124). Sum of RGB (Red+Green+Blue) = 152+124+124=400 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38% from 400); Green value is 124 (48.83% from 255 or 31% from 400); Blue value is 124 (48.83% from 255 or 31% from 400); Max value from RGB is 152 - color contains mainly: red. Hex color #987C7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987C7C is #678383. Grayscale: #848484. Windows color (decimal): -6783876 or 8158360. OLE color: 8158360.

HSL color Cylindrical-coordinate representation of color #987C7C: hue angle of 0º 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 #987C7C is Cyan = 0, Magento = 0.18, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 124 124 -
CMYK 0 0.18 0.18 0.40
HSL 0.12% 0.54% -
HSV(B) 0.18% 0.6% -
XYZ 23.79 22.55 22.17 -
YUV 132.37 123.28 142 -
System Red Green Blue C M Y K H S L
Decimal 152 124 124 0 0.18 0.18 0.40 0 0.12 0.54
Hex 98 7C 7C 0 12 12 28 0 C 36
Octal 230 174 174 0 22 22 50 0 14 66
Binary 10011000 1111100 1111100 0 10010 10010 101000 0 1100 110110

Color Harmonies of #987C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987C7C

Black with #987C7C

Text Example


Text Example

White with #987C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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