Html Css Color HEX #879F8C Envy

📋 copy color: '#879F8C'

red 135 ◦ green 159 ◦ blue 140

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

Shades of Envy #879F8C

Tints of Envy #879F8C

RGB

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

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

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

R = 31.11%
G = 36.64%
B = 32.26%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.12

 K value IS 0.38

RGB Variations

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

Color information

#879F8C (or 0x879F8C) is known color: Envy. HEX triplet: 87, 9F and 8C. RGB value is (135,159,140). Sum of RGB (Red+Green+Blue) = 135+159+140=434 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.11% from 434); Green value is 159 (62.5% from 255 or 36.64% from 434); Blue value is 140 (55.08% from 255 or 32.26% from 434); Max value from RGB is 159 - color contains mainly: green. Hex color #879F8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879F8C is #786073. Grayscale: #959595. Windows color (decimal): -7889012 or 9215879. OLE color: 9215879.

HSL color Cylindrical-coordinate representation of color #879F8C: hue angle of 132.5º 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 #879F8C is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.38.

Color convert

RGB 135 159 140 -
CMYK 0.15 0 0.12 0.38
HSL 132.5º 0.11% 0.58% -
HSV(B) 132.5º 0.15% 0.62% -
XYZ 27.12 31.84 29.53 -
YUV 149.66 122.55 117.54 -
System Red Green Blue C M Y K H S L
Decimal 135 159 140 0.15 0 0.12 0.38 132.5 0.11 0.58
Hex 87 9F 8C F 0 C 26 84 B 3A
Octal 207 237 214 17 0 14 46 204 13 72
Binary 10000111 10011111 10001100 1111 0 1100 100110 10000100 1011 111010

Color Harmonies of #879F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #879F8C

Black with #879F8C

Text Example


Text Example

White with #879F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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