Html Css Color HEX #879B8A Envy

📋 copy color: '#879B8A'

red 135 ◦ green 155 ◦ blue 138

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

Shades of Envy #879B8A

Tints of Envy #879B8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 32.24%

R = 31.54%
G = 36.21%
B = 32.24%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.11

 K value IS 0.39

RGB Variations

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

Color information

#879B8A (or 0x879B8A) is known color: Envy. HEX triplet: 87, 9B and 8A. RGB value is (135,155,138). Sum of RGB (Red+Green+Blue) = 135+155+138=428 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.54% from 428); Green value is 155 (60.94% from 255 or 36.21% from 428); Blue value is 138 (54.30% from 255 or 32.24% from 428); Max value from RGB is 155 - color contains mainly: green. Hex color #879B8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879B8A is #786475. Grayscale: #939393. Windows color (decimal): -7890038 or 9083783. OLE color: 9083783.

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

Color convert

RGB 135 155 138 -
CMYK 0.13 0 0.11 0.39
HSL 129º 0.09% 0.57% -
HSV(B) 129º 0.13% 0.61% -
XYZ 26.3 30.43 28.53 -
YUV 147.08 122.87 119.38 -
System Red Green Blue C M Y K H S L
Decimal 135 155 138 0.13 0 0.11 0.39 129 0.09 0.57
Hex 87 9B 8A D 0 B 27 81 9 39
Octal 207 233 212 15 0 13 47 201 11 71
Binary 10000111 10011011 10001010 1101 0 1011 100111 10000001 1001 111001

Color Harmonies of #879B8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #879B8A

Black with #879B8A

Text Example


Text Example

White with #879B8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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