Html Css Color HEX #87978C Envy

📋 copy color: '#87978C'

red 135 ◦ green 151 ◦ blue 140

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

Shades of Envy #87978C

Tints of Envy #87978C

RGB

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

 GREEN value IS 151 (59.38% from 255) = 35.45%

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

R = 31.69%
G = 35.45%
B = 32.86%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#87978C (or 0x87978C) is known color: Envy. HEX triplet: 87, 97 and 8C. RGB value is (135,151,140). Sum of RGB (Red+Green+Blue) = 135+151+140=426 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.69% from 426); Green value is 151 (59.38% from 255 or 35.45% from 426); Blue value is 140 (55.08% from 255 or 32.86% from 426); Max value from RGB is 151 - color contains mainly: green. Hex color #87978C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87978C is #786873. Grayscale: #909090. Windows color (decimal): -7891060 or 9213831. OLE color: 9213831.

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

Color convert

RGB 135 151 140 -
CMYK 0.11 0 0.07 0.41
HSL 138.75º 0.07% 0.56% -
HSV(B) 138.75º 0.11% 0.59% -
XYZ 25.79 29.18 29.08 -
YUV 144.96 125.2 120.89 -
System Red Green Blue C M Y K H S L
Decimal 135 151 140 0.11 0 0.07 0.41 138.75 0.07 0.56
Hex 87 97 8C B 0 7 29 8B 7 38
Octal 207 227 214 13 0 7 51 213 7 70
Binary 10000111 10010111 10001100 1011 0 111 101001 10001011 111 111000

Color Harmonies of #87978C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87978C

Black with #87978C

Text Example


Text Example

White with #87978C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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