Html Css Color HEX #987977 Opium

📋 copy color: '#987977'

red 152 ◦ green 121 ◦ blue 119

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

Shades of Opium #987977

Tints of Opium #987977

RGB

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

 GREEN value IS 121 (47.66% from 255) = 30.87%

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

R = 38.78%
G = 30.87%
B = 30.36%

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

#987977 (or 0x987977) is known color: Opium. HEX triplet: 98, 79 and 77. RGB value is (152,121,119). Sum of RGB (Red+Green+Blue) = 152+121+119=392 (51% of max value = 765). Red value is 152 (59.77% from 255 or 38.78% from 392); Green value is 121 (47.66% from 255 or 30.87% from 392); Blue value is 119 (46.88% from 255 or 30.36% from 392); Max value from RGB is 152 - color contains mainly: red. Hex color #987977 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987977 is #678688. Grayscale: #828282. Windows color (decimal): -6784649 or 7829912. OLE color: 7829912.

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

Color convert

RGB 152 121 119 -
CMYK 0 0.20 0.22 0.40
HSL 3.64º 0.14% 0.53% -
HSV(B) 3.64º 0.22% 0.6% -
XYZ 23.12 21.68 20.42 -
YUV 130.04 121.77 143.66 -
System Red Green Blue C M Y K H S L
Decimal 152 121 119 0 0.20 0.22 0.40 3.64 0.14 0.53
Hex 98 79 77 0 14 16 28 4 E 35
Octal 230 171 167 0 24 26 50 4 16 65
Binary 10011000 1111001 1110111 0 10100 10110 101000 100 1110 110101

Color Harmonies of #987977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987977

Black with #987977

Text Example


Text Example

White with #987977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987977; }

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

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

background-color css

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

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

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

border-color css

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

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

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