Html Css Color HEX #987B7A Opium

📋 copy color: '#987B7A'

red 152 ◦ green 123 ◦ blue 122

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

Shades of Opium #987B7A

Tints of Opium #987B7A

RGB

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

 GREEN value IS 123 (48.44% from 255) = 30.98%

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

R = 38.29%
G = 30.98%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.20

 K value IS 0.40

RGB Variations

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

Color information

#987B7A (or 0x987B7A) is known color: Opium. HEX triplet: 98, 7B and 7A. RGB value is (152,123,122). Sum of RGB (Red+Green+Blue) = 152+123+122=397 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.29% from 397); Green value is 123 (48.44% from 255 or 30.98% from 397); Blue value is 122 (48.05% from 255 or 30.73% from 397); Max value from RGB is 152 - color contains mainly: red. Hex color #987B7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987B7A is #678485. Grayscale: #838383. Windows color (decimal): -6784134 or 8027032. OLE color: 8027032.

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

Color convert

RGB 152 123 122 -
CMYK 0 0.19 0.20 0.40
HSL 0.13% 0.54% -
HSV(B) 0.2% 0.6% -
XYZ 23.54 22.25 21.47 -
YUV 131.56 122.61 142.58 -
System Red Green Blue C M Y K H S L
Decimal 152 123 122 0 0.19 0.20 0.40 2 0.13 0.54
Hex 98 7B 7A 0 13 14 28 2 D 36
Octal 230 173 172 0 23 24 50 2 15 66
Binary 10011000 1111011 1111010 0 10011 10100 101000 10 1101 110110

Color Harmonies of #987B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987B7A

Black with #987B7A

Text Example


Text Example

White with #987B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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