Html Css Color HEX #988180 Opium

📋 copy color: '#988180'

red 152 ◦ green 129 ◦ blue 128

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

Shades of Opium #988180

Tints of Opium #988180

RGB

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

 GREEN value IS 129 (50.78% from 255) = 31.54%

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

R = 37.16%
G = 31.54%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#988180 (or 0x988180) is known color: Opium. HEX triplet: 98, 81 and 80. RGB value is (152,129,128). Sum of RGB (Red+Green+Blue) = 152+129+128=409 (54% of max value = 765). Red value is 152 (59.77% from 255 or 37.16% from 409); Green value is 129 (50.78% from 255 or 31.54% from 409); Blue value is 128 (50.39% from 255 or 31.30% from 409); Max value from RGB is 152 - color contains mainly: red. Hex color #988180 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988180 is #677E7F. Grayscale: #878787. Windows color (decimal): -6782592 or 8421784. OLE color: 8421784.

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

Color convert

RGB 152 129 128 -
CMYK 0 0.15 0.16 0.40
HSL 2.5º 0.1% 0.55% -
HSV(B) 2.5º 0.16% 0.6% -
XYZ 24.7 23.93 23.74 -
YUV 135.76 123.62 139.58 -
System Red Green Blue C M Y K H S L
Decimal 152 129 128 0 0.15 0.16 0.40 2.5 0.1 0.55
Hex 98 81 80 0 F 10 28 2 A 37
Octal 230 201 200 0 17 20 50 2 12 67
Binary 10011000 10000001 10000000 0 1111 10000 101000 10 1010 110111

Color Harmonies of #988180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988180

Black with #988180

Text Example


Text Example

White with #988180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988180; }

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

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

background-color css

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

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

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

border-color css

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

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

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