Html Css Color HEX #988380 Opium

📋 copy color: '#988380'

red 152 ◦ green 131 ◦ blue 128

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

Shades of Opium #988380

Tints of Opium #988380

RGB

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

 GREEN value IS 131 (51.56% from 255) = 31.87%

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

R = 36.98%
G = 31.87%
B = 31.14%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#988380 (or 0x988380) is known color: Opium. HEX triplet: 98, 83 and 80. RGB value is (152,131,128). Sum of RGB (Red+Green+Blue) = 152+131+128=411 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.98% from 411); Green value is 131 (51.56% from 255 or 31.87% from 411); Blue value is 128 (50.39% from 255 or 31.14% from 411); Max value from RGB is 152 - color contains mainly: red. Hex color #988380 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988380 is #677C7F. Grayscale: #888888. Windows color (decimal): -6782080 or 8422296. OLE color: 8422296.

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

Color convert

RGB 152 131 128 -
CMYK 0 0.14 0.16 0.40
HSL 7.5º 0.1% 0.55% -
HSV(B) 7.5º 0.16% 0.6% -
XYZ 24.96 24.47 23.83 -
YUV 136.94 122.96 138.74 -
System Red Green Blue C M Y K H S L
Decimal 152 131 128 0 0.14 0.16 0.40 7.5 0.1 0.55
Hex 98 83 80 0 E 10 28 8 A 37
Octal 230 203 200 0 16 20 50 10 12 67
Binary 10011000 10000011 10000000 0 1110 10000 101000 1000 1010 110111

Color Harmonies of #988380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988380

Black with #988380

Text Example


Text Example

White with #988380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988380; }

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

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

background-color css

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

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

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

border-color css

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

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

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