Html Css Color HEX #879D8B Envy

📋 copy color: '#879D8B'

red 135 ◦ green 157 ◦ blue 139

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

Shades of Envy #879D8B

Tints of Envy #879D8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 32.25%

R = 31.32%
G = 36.43%
B = 32.25%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.11

 K value IS 0.38

RGB Variations

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

Color information

#879D8B (or 0x879D8B) is known color: Envy. HEX triplet: 87, 9D and 8B. RGB value is (135,157,139). Sum of RGB (Red+Green+Blue) = 135+157+139=431 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.32% from 431); Green value is 157 (61.72% from 255 or 36.43% from 431); Blue value is 139 (54.69% from 255 or 32.25% from 431); Max value from RGB is 157 - color contains mainly: green. Hex color #879D8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879D8B is #786274. Grayscale: #949494. Windows color (decimal): -7889525 or 9149831. OLE color: 9149831.

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

Color convert

RGB 135 157 139 -
CMYK 0.14 0 0.11 0.38
HSL 130.91º 0.1% 0.57% -
HSV(B) 130.91º 0.14% 0.62% -
XYZ 26.71 31.13 29.03 -
YUV 148.37 122.71 118.46 -
System Red Green Blue C M Y K H S L
Decimal 135 157 139 0.14 0 0.11 0.38 130.91 0.1 0.57
Hex 87 9D 8B E 0 B 26 83 A 39
Octal 207 235 213 16 0 13 46 203 12 71
Binary 10000111 10011101 10001011 1110 0 1011 100110 10000011 1010 111001

Color Harmonies of #879D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #879D8B

Black with #879D8B

Text Example


Text Example

White with #879D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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