Html Css Color HEX #879E8D Envy

📋 copy color: '#879E8D'

red 135 ◦ green 158 ◦ blue 141

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

Shades of Envy #879E8D

Tints of Envy #879E8D

RGB

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

 GREEN value IS 158 (62.11% from 255) = 36.41%

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

R = 31.11%
G = 36.41%
B = 32.49%

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

#879E8D (or 0x879E8D) is known color: Envy. HEX triplet: 87, 9E and 8D. RGB value is (135,158,141). Sum of RGB (Red+Green+Blue) = 135+158+141=434 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.11% from 434); Green value is 158 (62.11% from 255 or 36.41% from 434); Blue value is 141 (55.47% from 255 or 32.49% from 434); Max value from RGB is 158 - color contains mainly: green. Hex color #879E8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879E8D is #786172. Grayscale: #959595. Windows color (decimal): -7889267 or 9281159. OLE color: 9281159.

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

Color convert

RGB 135 158 141 -
CMYK 0.15 0 0.11 0.38
HSL 135.65º 0.11% 0.57% -
HSV(B) 135.65º 0.15% 0.62% -
XYZ 27.03 31.53 29.86 -
YUV 149.19 123.38 117.88 -
System Red Green Blue C M Y K H S L
Decimal 135 158 141 0.15 0 0.11 0.38 135.65 0.11 0.57
Hex 87 9E 8D F 0 B 26 88 B 39
Octal 207 236 215 17 0 13 46 210 13 71
Binary 10000111 10011110 10001101 1111 0 1011 100110 10001000 1011 111001

Color Harmonies of #879E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #879E8D

Black with #879E8D

Text Example


Text Example

White with #879E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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