Html Css Color HEX #98807F Opium

📋 copy color: '#98807F'

red 152 ◦ green 128 ◦ blue 127

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

Shades of Opium #98807F

Tints of Opium #98807F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 31.2%

R = 37.35%
G = 31.45%
B = 31.2%

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

#98807F (or 0x98807F) is known color: Opium. HEX triplet: 98, 80 and 7F. RGB value is (152,128,127). Sum of RGB (Red+Green+Blue) = 152+128+127=407 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.35% from 407); Green value is 128 (50.39% from 255 or 31.45% from 407); Blue value is 127 (50% from 255 or 31.20% from 407); Max value from RGB is 152 - color contains mainly: red. Hex color #98807F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98807F is #677F80. Grayscale: #878787. Windows color (decimal): -6782849 or 8355992. OLE color: 8355992.

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

Color convert

RGB 152 128 127 -
CMYK 0 0.16 0.16 0.40
HSL 2.4º 0.11% 0.55% -
HSV(B) 2.4º 0.16% 0.6% -
XYZ 24.5 23.65 23.35 -
YUV 135.06 123.45 140.08 -
System Red Green Blue C M Y K H S L
Decimal 152 128 127 0 0.16 0.16 0.40 2.4 0.11 0.55
Hex 98 80 7F 0 10 10 28 2 B 37
Octal 230 200 177 0 20 20 50 2 13 67
Binary 10011000 10000000 1111111 0 10000 10000 101000 10 1011 110111

Color Harmonies of #98807F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98807F

Black with #98807F

Text Example


Text Example

White with #98807F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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