Html Css Color HEX #87998C Envy

📋 copy color: '#87998C'

red 135 ◦ green 153 ◦ blue 140

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

Shades of Envy #87998C

Tints of Envy #87998C

RGB

 RED value IS 135 (53.13% from 255) = 31.54%

 GREEN value IS 153 (60.16% from 255) = 35.75%

 BLUE value IS 140 (55.08% from 255) = 32.71%

R = 31.54%
G = 35.75%
B = 32.71%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.08

 K value IS 0.4

RGB Variations

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

Color information

#87998C (or 0x87998C) is known color: Envy. HEX triplet: 87, 99 and 8C. RGB value is (135,153,140). Sum of RGB (Red+Green+Blue) = 135+153+140=428 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.54% from 428); Green value is 153 (60.16% from 255 or 35.75% from 428); Blue value is 140 (55.08% from 255 or 32.71% from 428); Max value from RGB is 153 - color contains mainly: green. Hex color #87998C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87998C is #786673. Grayscale: #929292. Windows color (decimal): -7890548 or 9214343. OLE color: 9214343.

HSL color Cylindrical-coordinate representation of color #87998C: hue angle of 136.67º 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 #87998C is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.4.

Color convert

RGB 135 153 140 -
CMYK 0.12 0 0.08 0.4
HSL 136.67º 0.08% 0.56% -
HSV(B) 136.67º 0.12% 0.6% -
XYZ 26.12 29.83 29.19 -
YUV 146.14 124.54 120.06 -
System Red Green Blue C M Y K H S L
Decimal 135 153 140 0.12 0 0.08 0.4 136.67 0.08 0.56
Hex 87 99 8C C 0 8 28 89 8 38
Octal 207 231 214 14 0 10 50 211 10 70
Binary 10000111 10011001 10001100 1100 0 1000 101000 10001001 1000 111000

Color Harmonies of #87998C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87998C

Black with #87998C

Text Example


Text Example

White with #87998C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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