Html Css Color HEX #98807E Opium

📋 copy color: '#98807E'

red 152 ◦ green 128 ◦ blue 126

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

Shades of Opium #98807E

Tints of Opium #98807E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 31.03%

R = 37.44%
G = 31.53%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.17

 K value IS 0.40

RGB Variations

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

Color information

#98807E (or 0x98807E) is known color: Opium. HEX triplet: 98, 80 and 7E. RGB value is (152,128,126). Sum of RGB (Red+Green+Blue) = 152+128+126=406 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.44% from 406); Green value is 128 (50.39% from 255 or 31.53% from 406); Blue value is 126 (49.61% from 255 or 31.03% from 406); Max value from RGB is 152 - color contains mainly: red. Hex color #98807E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98807E is #677F81. Grayscale: #868686. Windows color (decimal): -6782850 or 8290456. OLE color: 8290456.

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

Color convert

RGB 152 128 126 -
CMYK 0 0.16 0.17 0.40
HSL 4.62º 0.11% 0.55% -
HSV(B) 4.62º 0.17% 0.6% -
XYZ 24.43 23.62 23.01 -
YUV 134.95 122.95 140.16 -
System Red Green Blue C M Y K H S L
Decimal 152 128 126 0 0.16 0.17 0.40 4.62 0.11 0.55
Hex 98 80 7E 0 10 11 28 5 B 37
Octal 230 200 176 0 20 21 50 5 13 67
Binary 10011000 10000000 1111110 0 10000 10001 101000 101 1011 110111

Color Harmonies of #98807E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98807E

Black with #98807E

Text Example


Text Example

White with #98807E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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