Html Css Color HEX #987F7E Opium

📋 copy color: '#987F7E'

red 152 ◦ green 127 ◦ blue 126

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

Shades of Opium #987F7E

Tints of Opium #987F7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 31.11%

R = 37.53%
G = 31.36%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.17

 K value IS 0.40

RGB Variations

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

Color information

#987F7E (or 0x987F7E) is known color: Opium. HEX triplet: 98, 7F and 7E. RGB value is (152,127,126). Sum of RGB (Red+Green+Blue) = 152+127+126=405 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.53% from 405); Green value is 127 (50% from 255 or 31.36% from 405); Blue value is 126 (49.61% from 255 or 31.11% from 405); Max value from RGB is 152 - color contains mainly: red. Hex color #987F7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987F7E is #678081. Grayscale: #868686. Windows color (decimal): -6783106 or 8290200. OLE color: 8290200.

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

Color convert

RGB 152 127 126 -
CMYK 0 0.16 0.17 0.40
HSL 2.31º 0.11% 0.55% -
HSV(B) 2.31º 0.17% 0.6% -
XYZ 24.3 23.36 22.97 -
YUV 134.36 123.28 140.58 -
System Red Green Blue C M Y K H S L
Decimal 152 127 126 0 0.16 0.17 0.40 2.31 0.11 0.55
Hex 98 7F 7E 0 10 11 28 2 B 37
Octal 230 177 176 0 20 21 50 2 13 67
Binary 10011000 1111111 1111110 0 10000 10001 101000 10 1011 110111

Color Harmonies of #987F7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987F7E

Black with #987F7E

Text Example


Text Example

White with #987F7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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