Html Css Color HEX #879A8C Envy

📋 copy color: '#879A8C'

red 135 ◦ green 154 ◦ blue 140

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

Shades of Envy #879A8C

Tints of Envy #879A8C

RGB

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

 GREEN value IS 154 (60.55% from 255) = 35.9%

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

R = 31.47%
G = 35.9%
B = 32.63%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.09

 K value IS 0.40

RGB Variations

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

Color information

#879A8C (or 0x879A8C) is known color: Envy. HEX triplet: 87, 9A and 8C. RGB value is (135,154,140). Sum of RGB (Red+Green+Blue) = 135+154+140=429 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.47% from 429); Green value is 154 (60.55% from 255 or 35.90% from 429); Blue value is 140 (55.08% from 255 or 32.63% from 429); Max value from RGB is 154 - color contains mainly: green. Hex color #879A8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879A8C is #786573. Grayscale: #929292. Windows color (decimal): -7890292 or 9214599. OLE color: 9214599.

HSL color Cylindrical-coordinate representation of color #879A8C: hue angle of 135.79º degrees, saturation: 0.09, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #879A8C is Cyan = 0.12, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB 135 154 140 -
CMYK 0.12 0 0.09 0.40
HSL 135.79º 0.09% 0.57% -
HSV(B) 135.79º 0.12% 0.6% -
XYZ 26.28 30.16 29.25 -
YUV 146.72 124.21 119.64 -
System Red Green Blue C M Y K H S L
Decimal 135 154 140 0.12 0 0.09 0.40 135.79 0.09 0.57
Hex 87 9A 8C C 0 9 28 88 9 39
Octal 207 232 214 14 0 11 50 210 11 71
Binary 10000111 10011010 10001100 1100 0 1001 101000 10001000 1001 111001

Color Harmonies of #879A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #879A8C

Black with #879A8C

Text Example


Text Example

White with #879A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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