Html Css Color HEX #879D8D Envy

📋 copy color: '#879D8D'

red 135 ◦ green 157 ◦ blue 141

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

Shades of Envy #879D8D

Tints of Envy #879D8D

RGB

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

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

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

R = 31.18%
G = 36.26%
B = 32.56%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.10

 K value IS 0.38

RGB Variations

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

Color information

#879D8D (or 0x879D8D) is known color: Envy. HEX triplet: 87, 9D and 8D. RGB value is (135,157,141). Sum of RGB (Red+Green+Blue) = 135+157+141=433 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.18% from 433); Green value is 157 (61.72% from 255 or 36.26% from 433); Blue value is 141 (55.47% from 255 or 32.56% from 433); Max value from RGB is 157 - color contains mainly: green. Hex color #879D8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879D8D is #786272. Grayscale: #949494. Windows color (decimal): -7889523 or 9280903. OLE color: 9280903.

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

Color convert

RGB 135 157 141 -
CMYK 0.14 0 0.10 0.38
HSL 136.36º 0.1% 0.57% -
HSV(B) 136.36º 0.14% 0.62% -
XYZ 26.86 31.19 29.8 -
YUV 148.6 123.71 118.3 -
System Red Green Blue C M Y K H S L
Decimal 135 157 141 0.14 0 0.10 0.38 136.36 0.1 0.57
Hex 87 9D 8D E 0 A 26 88 A 39
Octal 207 235 215 16 0 12 46 210 12 71
Binary 10000111 10011101 10001101 1110 0 1010 100110 10001000 1010 111001

Color Harmonies of #879D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #879D8D

Black with #879D8D

Text Example


Text Example

White with #879D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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