Html Css Color HEX #98807C Opium

📋 copy color: '#98807C'

red 152 ◦ green 128 ◦ blue 124

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

Shades of Opium #98807C

Tints of Opium #98807C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 30.69%

R = 37.62%
G = 31.68%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.18

 K value IS 0.40

RGB Variations

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

Color information

#98807C (or 0x98807C) is known color: Opium. HEX triplet: 98, 80 and 7C. RGB value is (152,128,124). Sum of RGB (Red+Green+Blue) = 152+128+124=404 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.62% from 404); Green value is 128 (50.39% from 255 or 31.68% from 404); Blue value is 124 (48.83% from 255 or 30.69% from 404); Max value from RGB is 152 - color contains mainly: red. Hex color #98807C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98807C is #677F83. Grayscale: #868686. Windows color (decimal): -6782852 or 8159384. OLE color: 8159384.

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

Color convert

RGB 152 128 124 -
CMYK 0 0.16 0.18 0.40
HSL 8.57º 0.12% 0.54% -
HSV(B) 8.57º 0.18% 0.6% -
XYZ 24.31 23.57 22.34 -
YUV 134.72 121.95 140.33 -
System Red Green Blue C M Y K H S L
Decimal 152 128 124 0 0.16 0.18 0.40 8.57 0.12 0.54
Hex 98 80 7C 0 10 12 28 9 C 36
Octal 230 200 174 0 20 22 50 11 14 66
Binary 10011000 10000000 1111100 0 10000 10010 101000 1001 1100 110110

Color Harmonies of #98807C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98807C

Black with #98807C

Text Example


Text Example

White with #98807C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98807C; }

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

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

background-color css

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

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

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

border-color css

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

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

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