Html Css Color HEX #987978 Opium

📋 copy color: '#987978'

red 152 ◦ green 121 ◦ blue 120

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

Shades of Opium #987978

Tints of Opium #987978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 30.53%

R = 38.68%
G = 30.79%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.21

 K value IS 0.40

RGB Variations

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

Color information

#987978 (or 0x987978) is known color: Opium. HEX triplet: 98, 79 and 78. RGB value is (152,121,120). Sum of RGB (Red+Green+Blue) = 152+121+120=393 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.68% from 393); Green value is 121 (47.66% from 255 or 30.79% from 393); Blue value is 120 (47.27% from 255 or 30.53% from 393); Max value from RGB is 152 - color contains mainly: red. Hex color #987978 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987978 is #678687. Grayscale: #828282. Windows color (decimal): -6784648 or 7895448. OLE color: 7895448.

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

Color convert

RGB 152 121 120 -
CMYK 0 0.20 0.21 0.40
HSL 1.88º 0.13% 0.53% -
HSV(B) 1.88º 0.21% 0.6% -
XYZ 23.18 21.71 20.74 -
YUV 130.16 122.27 143.58 -
System Red Green Blue C M Y K H S L
Decimal 152 121 120 0 0.20 0.21 0.40 1.88 0.13 0.53
Hex 98 79 78 0 14 15 28 2 D 35
Octal 230 171 170 0 24 25 50 2 15 65
Binary 10011000 1111001 1111000 0 10100 10101 101000 10 1101 110101

Color Harmonies of #987978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987978

Black with #987978

Text Example


Text Example

White with #987978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987978; }

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

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

background-color css

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

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

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

border-color css

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

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

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