Html Css Color HEX #987A77 Opium

📋 copy color: '#987A77'

red 152 ◦ green 122 ◦ blue 119

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

Shades of Opium #987A77

Tints of Opium #987A77

RGB

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

 GREEN value IS 122 (48.05% from 255) = 31.04%

 BLUE value IS 119 (46.88% from 255) = 30.28%

R = 38.68%
G = 31.04%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.22

 K value IS 0.40

RGB Variations

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

Color information

#987A77 (or 0x987A77) is known color: Opium. HEX triplet: 98, 7A and 77. RGB value is (152,122,119). Sum of RGB (Red+Green+Blue) = 152+122+119=393 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.68% from 393); Green value is 122 (48.05% from 255 or 31.04% from 393); Blue value is 119 (46.88% from 255 or 30.28% from 393); Max value from RGB is 152 - color contains mainly: red. Hex color #987A77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987A77 is #678588. Grayscale: #828282. Windows color (decimal): -6784393 or 7830168. OLE color: 7830168.

HSL color Cylindrical-coordinate representation of color #987A77: hue angle of 5.45º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #987A77 is Cyan = 0, Magento = 0.20, Yellow = 0.22 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 122 119 -
CMYK 0 0.20 0.22 0.40
HSL 5.45º 0.14% 0.53% -
HSV(B) 5.45º 0.22% 0.6% -
XYZ 23.24 21.93 20.46 -
YUV 130.63 121.44 143.24 -
System Red Green Blue C M Y K H S L
Decimal 152 122 119 0 0.20 0.22 0.40 5.45 0.14 0.53
Hex 98 7A 77 0 14 16 28 5 E 35
Octal 230 172 167 0 24 26 50 5 16 65
Binary 10011000 1111010 1110111 0 10100 10110 101000 101 1110 110101

Color Harmonies of #987A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987A77

Black with #987A77

Text Example


Text Example

White with #987A77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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