Html Css Color HEX #879C8C Envy

📋 copy color: '#879C8C'

red 135 ◦ green 156 ◦ blue 140

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

Shades of Envy #879C8C

Tints of Envy #879C8C

RGB

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

 GREEN value IS 156 (61.33% from 255) = 36.19%

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

R = 31.32%
G = 36.19%
B = 32.48%

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

#879C8C (or 0x879C8C) is known color: Envy. HEX triplet: 87, 9C and 8C. RGB value is (135,156,140). Sum of RGB (Red+Green+Blue) = 135+156+140=431 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.32% from 431); Green value is 156 (61.33% from 255 or 36.19% from 431); Blue value is 140 (55.08% from 255 or 32.48% from 431); Max value from RGB is 156 - color contains mainly: green. Hex color #879C8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879C8C is #786373. Grayscale: #939393. Windows color (decimal): -7889780 or 9215111. OLE color: 9215111.

HSL color Cylindrical-coordinate representation of color #879C8C: hue angle of 134.29º degrees, saturation: 0.1, 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 #879C8C is Cyan = 0.13, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.39.

Color convert

RGB 135 156 140 -
CMYK 0.13 0 0.10 0.39
HSL 134.29º 0.1% 0.57% -
HSV(B) 134.29º 0.13% 0.61% -
XYZ 26.61 30.82 29.36 -
YUV 147.9 123.54 118.8 -
System Red Green Blue C M Y K H S L
Decimal 135 156 140 0.13 0 0.10 0.39 134.29 0.1 0.57
Hex 87 9C 8C D 0 A 27 86 A 39
Octal 207 234 214 15 0 12 47 206 12 71
Binary 10000111 10011100 10001100 1101 0 1010 100111 10000110 1010 111001

Color Harmonies of #879C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #879C8C

Black with #879C8C

Text Example


Text Example

White with #879C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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