Html Css Color HEX #87988E Envy

📋 copy color: '#87988E'

red 135 ◦ green 152 ◦ blue 142

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

Shades of Envy #87988E

Tints of Envy #87988E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 33.1%

R = 31.47%
G = 35.43%
B = 33.1%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.07

 K value IS 0.40

RGB Variations

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

Color information

#87988E (or 0x87988E) is known color: Envy. HEX triplet: 87, 98 and 8E. RGB value is (135,152,142). Sum of RGB (Red+Green+Blue) = 135+152+142=429 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.47% from 429); Green value is 152 (59.77% from 255 or 35.43% from 429); Blue value is 142 (55.86% from 255 or 33.10% from 429); Max value from RGB is 152 - color contains mainly: green. Hex color #87988E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87988E is #786771. Grayscale: #919191. Windows color (decimal): -7890802 or 9345159. OLE color: 9345159.

HSL color Cylindrical-coordinate representation of color #87988E: hue angle of 144.71º 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 #87988E is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB 135 152 142 -
CMYK 0.11 0 0.07 0.40
HSL 144.71º 0.08% 0.56% -
HSV(B) 144.71º 0.11% 0.6% -
XYZ 26.1 29.56 29.92 -
YUV 145.78 125.87 120.31 -
System Red Green Blue C M Y K H S L
Decimal 135 152 142 0.11 0 0.07 0.40 144.71 0.08 0.56
Hex 87 98 8E B 0 7 28 91 8 38
Octal 207 230 216 13 0 7 50 221 10 70
Binary 10000111 10011000 10001110 1011 0 111 101000 10010001 1000 111000

Color Harmonies of #87988E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87988E

Black with #87988E

Text Example


Text Example

White with #87988E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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