Html Css Color HEX #879E84 Pewter

📋 copy color: '#879E84'

red 135 ◦ green 158 ◦ blue 132

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

Shades of Pewter #879E84

Tints of Pewter #879E84

RGB

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

 GREEN value IS 158 (62.11% from 255) = 37.18%

 BLUE value IS 132 (51.95% from 255) = 31.06%

R = 31.76%
G = 37.18%
B = 31.06%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.16

 K value IS 0.38

RGB Variations

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

Color information

#879E84 (or 0x879E84) is known color: Pewter. HEX triplet: 87, 9E and 84. RGB value is (135,158,132). Sum of RGB (Red+Green+Blue) = 135+158+132=425 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.76% from 425); Green value is 158 (62.11% from 255 or 37.18% from 425); Blue value is 132 (51.95% from 255 or 31.06% from 425); Max value from RGB is 158 - color contains mainly: green. Hex color #879E84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879E84 is #78617B. Grayscale: #949494. Windows color (decimal): -7889276 or 8691335. OLE color: 8691335.

HSL color Cylindrical-coordinate representation of color #879E84: hue angle of 113.08º degrees, saturation: 0.12, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #879E84 is Cyan = 0.15, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.38.

Color convert

RGB 135 158 132 -
CMYK 0.15 0 0.16 0.38
HSL 113.08º 0.12% 0.57% -
HSV(B) 113.08º 0.16% 0.62% -
XYZ 26.38 31.27 26.48 -
YUV 148.16 118.88 118.61 -
System Red Green Blue C M Y K H S L
Decimal 135 158 132 0.15 0 0.16 0.38 113.08 0.12 0.57
Hex 87 9E 84 F 0 10 26 71 C 39
Octal 207 236 204 17 0 20 46 161 14 71
Binary 10000111 10011110 10000100 1111 0 10000 100110 1110001 1100 111001

Color Harmonies of #879E84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #879E84

Black with #879E84

Text Example


Text Example

White with #879E84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,158,132); }

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

background-color css

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

 a { background-color: rgb(135,158,132); }

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

border-color css

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

 span { border-color: rgb(135,158,132); }

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