Html Css Color HEX #879B8C Envy

📋 copy color: '#879B8C'

red 135 ◦ green 155 ◦ blue 140

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

Shades of Envy #879B8C

Tints of Envy #879B8C

RGB

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

 GREEN value IS 155 (60.94% from 255) = 36.05%

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

R = 31.4%
G = 36.05%
B = 32.56%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.10

 K value IS 0.39

RGB Variations

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

Color information

#879B8C (or 0x879B8C) is known color: Envy. HEX triplet: 87, 9B and 8C. RGB value is (135,155,140). Sum of RGB (Red+Green+Blue) = 135+155+140=430 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.40% from 430); Green value is 155 (60.94% from 255 or 36.05% from 430); Blue value is 140 (55.08% from 255 or 32.56% from 430); Max value from RGB is 155 - color contains mainly: green. Hex color #879B8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879B8C is #786473. Grayscale: #939393. Windows color (decimal): -7890036 or 9214855. OLE color: 9214855.

HSL color Cylindrical-coordinate representation of color #879B8C: hue angle of 135º degrees, saturation: 0.09, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #879B8C is Cyan = 0.13, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.39.

Color convert

RGB 135 155 140 -
CMYK 0.13 0 0.10 0.39
HSL 135º 0.09% 0.57% -
HSV(B) 135º 0.13% 0.61% -
XYZ 26.45 30.49 29.3 -
YUV 147.31 123.87 119.22 -
System Red Green Blue C M Y K H S L
Decimal 135 155 140 0.13 0 0.10 0.39 135 0.09 0.57
Hex 87 9B 8C D 0 A 27 87 9 39
Octal 207 233 214 15 0 12 47 207 11 71
Binary 10000111 10011011 10001100 1101 0 1010 100111 10000111 1001 111001

Color Harmonies of #879B8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #879B8C

Black with #879B8C

Text Example


Text Example

White with #879B8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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