Html Css Color HEX #998787 Opium

📋 copy color: '#998787'

red 153 ◦ green 135 ◦ blue 135

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

Shades of Opium #998787

Tints of Opium #998787

RGB

 RED value IS 153 (60.16% from 255) = 36.17%

 GREEN value IS 135 (53.13% from 255) = 31.91%

 BLUE value IS 135 (53.13% from 255) = 31.91%

R = 36.17%
G = 31.91%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.12

 K value IS 0.4

RGB Variations

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

Color information

#998787 (or 0x998787) is known color: Opium. HEX triplet: 99, 87 and 87. RGB value is (153,135,135). Sum of RGB (Red+Green+Blue) = 153+135+135=423 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36.17% from 423); Green value is 135 (53.12% from 255 or 31.91% from 423); Blue value is 135 (53.12% from 255 or 31.91% from 423); Max value from RGB is 153 - color contains mainly: red. Hex color #998787 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998787 is #667878. Grayscale: #8C8C8C. Windows color (decimal): -6715513 or 8882073. OLE color: 8882073.

HSL color Cylindrical-coordinate representation of color #998787: hue angle of 0º degrees, saturation: 0.08, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #998787 is Cyan = 0, Magento = 0.12, Yellow = 0.12 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 135 135 -
CMYK 0 0.12 0.12 0.4
HSL 0.08% 0.56% -
HSV(B) 0.12% 0.6% -
XYZ 26.17 25.85 26.53 -
YUV 140.38 124.96 137 -
System Red Green Blue C M Y K H S L
Decimal 153 135 135 0 0.12 0.12 0.4 0 0.08 0.56
Hex 99 87 87 0 C C 28 0 8 38
Octal 231 207 207 0 14 14 50 0 10 70
Binary 10011001 10000111 10000111 0 1100 1100 101000 0 1000 111000

Color Harmonies of #998787

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998787

Black with #998787

Text Example


Text Example

White with #998787

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998787; }

 p { color: rgb(153,135,135); }

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

background-color css

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

 a { background-color: rgb(153,135,135); }

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

border-color css

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

 span { border-color: rgb(153,135,135); }

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