Html Css Color HEX #988080 Opium

📋 copy color: '#988080'

red 152 ◦ green 128 ◦ blue 128

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

Shades of Opium #988080

Tints of Opium #988080

RGB

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

 GREEN value IS 128 (50.39% from 255) = 31.37%

 BLUE value IS 128 (50.39% from 255) = 31.37%

R = 37.25%
G = 31.37%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#988080 (or 0x988080) is known color: Opium. HEX triplet: 98, 80 and 80. RGB value is (152,128,128). Sum of RGB (Red+Green+Blue) = 152+128+128=408 (54% of max value = 765). Red value is 152 (59.77% from 255 or 37.25% from 408); Green value is 128 (50.39% from 255 or 31.37% from 408); Blue value is 128 (50.39% from 255 or 31.37% from 408); Max value from RGB is 152 - color contains mainly: red. Hex color #988080 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988080 is #677F7F. Grayscale: #878787. Windows color (decimal): -6782848 or 8421528. OLE color: 8421528.

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

Color convert

RGB 152 128 128 -
CMYK 0 0.16 0.16 0.40
HSL 0.1% 0.55% -
HSV(B) 0.16% 0.6% -
XYZ 24.56 23.67 23.7 -
YUV 135.18 123.95 140 -
System Red Green Blue C M Y K H S L
Decimal 152 128 128 0 0.16 0.16 0.40 0 0.1 0.55
Hex 98 80 80 0 10 10 28 0 A 37
Octal 230 200 200 0 20 20 50 0 12 67
Binary 10011000 10000000 10000000 0 10000 10000 101000 0 1010 110111

Color Harmonies of #988080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988080

Black with #988080

Text Example


Text Example

White with #988080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988080; }

 p { color: rgb(152,128,128); }

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

background-color css

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

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

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

border-color css

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

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

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