Html Css Color HEX #987A76 Opium

📋 copy color: '#987A76'

red 152 ◦ green 122 ◦ blue 118

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

Shades of Opium #987A76

Tints of Opium #987A76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 30.1%

R = 38.78%
G = 31.12%
B = 30.1%

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

#987A76 (or 0x987A76) is known color: Opium. HEX triplet: 98, 7A and 76. RGB value is (152,122,118). Sum of RGB (Red+Green+Blue) = 152+122+118=392 (51% of max value = 765). Red value is 152 (59.77% from 255 or 38.78% from 392); Green value is 122 (48.05% from 255 or 31.12% from 392); Blue value is 118 (46.48% from 255 or 30.10% from 392); Max value from RGB is 152 - color contains mainly: red. Hex color #987A76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987A76 is #678589. Grayscale: #828282. Windows color (decimal): -6784394 or 7764632. OLE color: 7764632.

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

Color convert

RGB 152 122 118 -
CMYK 0 0.20 0.22 0.40
HSL 7.06º 0.14% 0.53% -
HSV(B) 7.06º 0.22% 0.6% -
XYZ 23.18 21.9 20.15 -
YUV 130.51 120.94 143.33 -
System Red Green Blue C M Y K H S L
Decimal 152 122 118 0 0.20 0.22 0.40 7.06 0.14 0.53
Hex 98 7A 76 0 14 16 28 7 E 35
Octal 230 172 166 0 24 26 50 7 16 65
Binary 10011000 1111010 1110110 0 10100 10110 101000 111 1110 110101

Color Harmonies of #987A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987A76

Black with #987A76

Text Example


Text Example

White with #987A76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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