Html Css Color HEX #879E87 Pewter

📋 copy color: '#879E87'

red 135 ◦ green 158 ◦ blue 135

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

Shades of Pewter #879E87

Tints of Pewter #879E87

RGB

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

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

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

R = 31.54%
G = 36.92%
B = 31.54%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.15

 K value IS 0.38

RGB Variations

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

Color information

#879E87 (or 0x879E87) is known color: Pewter. HEX triplet: 87, 9E and 87. RGB value is (135,158,135). Sum of RGB (Red+Green+Blue) = 135+158+135=428 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.54% from 428); Green value is 158 (62.11% from 255 or 36.92% from 428); Blue value is 135 (53.12% from 255 or 31.54% from 428); Max value from RGB is 158 - color contains mainly: green. Hex color #879E87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879E87 is #786178. Grayscale: #949494. Windows color (decimal): -7889273 or 8887943. OLE color: 8887943.

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

Color convert

RGB 135 158 135 -
CMYK 0.15 0 0.15 0.38
HSL 120º 0.11% 0.57% -
HSV(B) 120º 0.15% 0.62% -
XYZ 26.59 31.35 27.57 -
YUV 148.5 120.38 118.37 -
System Red Green Blue C M Y K H S L
Decimal 135 158 135 0.15 0 0.15 0.38 120 0.11 0.57
Hex 87 9E 87 F 0 F 26 78 B 39
Octal 207 236 207 17 0 17 46 170 13 71
Binary 10000111 10011110 10000111 1111 0 1111 100110 1111000 1011 111001

Color Harmonies of #879E87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #879E87

Black with #879E87

Text Example


Text Example

White with #879E87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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