Html Css Color HEX #879B8B Envy

📋 copy color: '#879B8B'

red 135 ◦ green 155 ◦ blue 139

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

Shades of Envy #879B8B

Tints of Envy #879B8B

RGB

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

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

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

R = 31.47%
G = 36.13%
B = 32.4%

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

#879B8B (or 0x879B8B) is known color: Envy. HEX triplet: 87, 9B and 8B. RGB value is (135,155,139). Sum of RGB (Red+Green+Blue) = 135+155+139=429 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.47% from 429); Green value is 155 (60.94% from 255 or 36.13% from 429); Blue value is 139 (54.69% from 255 or 32.40% from 429); Max value from RGB is 155 - color contains mainly: green. Hex color #879B8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879B8B is #786474. Grayscale: #939393. Windows color (decimal): -7890037 or 9149319. OLE color: 9149319.

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

Color convert

RGB 135 155 139 -
CMYK 0.13 0 0.10 0.39
HSL 132º 0.09% 0.57% -
HSV(B) 132º 0.13% 0.61% -
XYZ 26.37 30.46 28.92 -
YUV 147.2 123.37 119.3 -
System Red Green Blue C M Y K H S L
Decimal 135 155 139 0.13 0 0.10 0.39 132 0.09 0.57
Hex 87 9B 8B D 0 A 27 84 9 39
Octal 207 233 213 15 0 12 47 204 11 71
Binary 10000111 10011011 10001011 1101 0 1010 100111 10000100 1001 111001

Color Harmonies of #879B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #879B8B

Black with #879B8B

Text Example


Text Example

White with #879B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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