Html Css Color HEX #87988C Envy

📋 copy color: '#87988C'

red 135 ◦ green 152 ◦ blue 140

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

Shades of Envy #87988C

Tints of Envy #87988C

RGB

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

 GREEN value IS 152 (59.77% from 255) = 35.6%

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

R = 31.62%
G = 35.6%
B = 32.79%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.08

 K value IS 0.40

RGB Variations

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

Color information

#87988C (or 0x87988C) is known color: Envy. HEX triplet: 87, 98 and 8C. RGB value is (135,152,140). Sum of RGB (Red+Green+Blue) = 135+152+140=427 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.62% from 427); Green value is 152 (59.77% from 255 or 35.60% from 427); Blue value is 140 (55.08% from 255 or 32.79% from 427); Max value from RGB is 152 - color contains mainly: green. Hex color #87988C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87988C is #786773. Grayscale: #919191. Windows color (decimal): -7890804 or 9214087. OLE color: 9214087.

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

Color convert

RGB 135 152 140 -
CMYK 0.11 0 0.08 0.40
HSL 137.65º 0.08% 0.56% -
HSV(B) 137.65º 0.11% 0.6% -
XYZ 25.95 29.5 29.14 -
YUV 145.55 124.87 120.48 -
System Red Green Blue C M Y K H S L
Decimal 135 152 140 0.11 0 0.08 0.40 137.65 0.08 0.56
Hex 87 98 8C B 0 8 28 8A 8 38
Octal 207 230 214 13 0 10 50 212 10 70
Binary 10000111 10011000 10001100 1011 0 1000 101000 10001010 1000 111000

Color Harmonies of #87988C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87988C

Black with #87988C

Text Example


Text Example

White with #87988C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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