Html Css Color HEX #987E7A Opium

📋 copy color: '#987E7A'

red 152 ◦ green 126 ◦ blue 122

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

Shades of Opium #987E7A

Tints of Opium #987E7A

RGB

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

 GREEN value IS 126 (49.61% from 255) = 31.5%

 BLUE value IS 122 (48.05% from 255) = 30.5%

R = 38%
G = 31.5%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.20

 K value IS 0.40

RGB Variations

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

Color information

#987E7A (or 0x987E7A) is known color: Opium. HEX triplet: 98, 7E and 7A. RGB value is (152,126,122). Sum of RGB (Red+Green+Blue) = 152+126+122=400 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38% from 400); Green value is 126 (49.61% from 255 or 31.5% from 400); Blue value is 122 (48.05% from 255 or 30.5% from 400); Max value from RGB is 152 - color contains mainly: red. Hex color #987E7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987E7A is #678185. Grayscale: #858585. Windows color (decimal): -6783366 or 8027800. OLE color: 8027800.

HSL color Cylindrical-coordinate representation of color #987E7A: hue angle of 8º degrees, saturation: 0.13, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #987E7A is Cyan = 0, Magento = 0.17, Yellow = 0.20 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 126 122 -
CMYK 0 0.17 0.20 0.40
HSL 0.13% 0.54% -
HSV(B) 0.2% 0.6% -
XYZ 23.92 23 21.59 -
YUV 133.32 121.61 141.33 -
System Red Green Blue C M Y K H S L
Decimal 152 126 122 0 0.17 0.20 0.40 8 0.13 0.54
Hex 98 7E 7A 0 11 14 28 8 D 36
Octal 230 176 172 0 21 24 50 10 15 66
Binary 10011000 1111110 1111010 0 10001 10100 101000 1000 1101 110110

Color Harmonies of #987E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987E7A

Black with #987E7A

Text Example


Text Example

White with #987E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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