Html Css Color HEX #879D8F Envy

📋 copy color: '#879D8F'

red 135 ◦ green 157 ◦ blue 143

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

Shades of Envy #879D8F

Tints of Envy #879D8F

RGB

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

 GREEN value IS 157 (61.72% from 255) = 36.09%

 BLUE value IS 143 (56.25% from 255) = 32.87%

R = 31.03%
G = 36.09%
B = 32.87%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.09

 K value IS 0.38

RGB Variations

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

Color information

#879D8F (or 0x879D8F) is known color: Envy. HEX triplet: 87, 9D and 8F. RGB value is (135,157,143). Sum of RGB (Red+Green+Blue) = 135+157+143=435 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.03% from 435); Green value is 157 (61.72% from 255 or 36.09% from 435); Blue value is 143 (56.25% from 255 or 32.87% from 435); Max value from RGB is 157 - color contains mainly: green. Hex color #879D8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879D8F is #786270. Grayscale: #949494. Windows color (decimal): -7889521 or 9411975. OLE color: 9411975.

HSL color Cylindrical-coordinate representation of color #879D8F: hue angle of 141.82º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #879D8F is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.38.

Color convert

RGB 135 157 143 -
CMYK 0.14 0 0.09 0.38
HSL 141.82º 0.1% 0.57% -
HSV(B) 141.82º 0.14% 0.62% -
XYZ 27.01 31.25 30.59 -
YUV 148.83 124.71 118.14 -
System Red Green Blue C M Y K H S L
Decimal 135 157 143 0.14 0 0.09 0.38 141.82 0.1 0.57
Hex 87 9D 8F E 0 9 26 8E A 39
Octal 207 235 217 16 0 11 46 216 12 71
Binary 10000111 10011101 10001111 1110 0 1001 100110 10001110 1010 111001

Color Harmonies of #879D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #879D8F

Black with #879D8F

Text Example


Text Example

White with #879D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,157,143); }

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

background-color css

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

 a { background-color: rgb(135,157,143); }

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

border-color css

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

 span { border-color: rgb(135,157,143); }

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