Html Css Color HEX #879F8D Envy

📋 copy color: '#879F8D'

red 135 ◦ green 159 ◦ blue 141

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

Shades of Envy #879F8D

Tints of Envy #879F8D

RGB

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

 GREEN value IS 159 (62.5% from 255) = 36.55%

 BLUE value IS 141 (55.47% from 255) = 32.41%

R = 31.03%
G = 36.55%
B = 32.41%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.11

 K value IS 0.38

RGB Variations

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

Color information

#879F8D (or 0x879F8D) is known color: Envy. HEX triplet: 87, 9F and 8D. RGB value is (135,159,141). Sum of RGB (Red+Green+Blue) = 135+159+141=435 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.03% from 435); Green value is 159 (62.5% from 255 or 36.55% from 435); Blue value is 141 (55.47% from 255 or 32.41% from 435); Max value from RGB is 159 - color contains mainly: green. Hex color #879F8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879F8D is #786072. Grayscale: #959595. Windows color (decimal): -7889011 or 9281415. OLE color: 9281415.

HSL color Cylindrical-coordinate representation of color #879F8D: hue angle of 135º degrees, saturation: 0.11, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #879F8D is Cyan = 0.15, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.38.

Color convert

RGB 135 159 141 -
CMYK 0.15 0 0.11 0.38
HSL 135º 0.11% 0.58% -
HSV(B) 135º 0.15% 0.62% -
XYZ 27.2 31.87 29.92 -
YUV 149.77 123.05 117.46 -
System Red Green Blue C M Y K H S L
Decimal 135 159 141 0.15 0 0.11 0.38 135 0.11 0.58
Hex 87 9F 8D F 0 B 26 87 B 3A
Octal 207 237 215 17 0 13 46 207 13 72
Binary 10000111 10011111 10001101 1111 0 1011 100110 10000111 1011 111010

Color Harmonies of #879F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #879F8D

Black with #879F8D

Text Example


Text Example

White with #879F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #879F8D; }

 p { color: rgb(135,159,141); }

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

background-color css

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

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

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

border-color css

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

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

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