Html Css Color HEX #879E85 Pewter

📋 copy color: '#879E85'

red 135 ◦ green 158 ◦ blue 133

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

Shades of Pewter #879E85

Tints of Pewter #879E85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 31.22%

R = 31.69%
G = 37.09%
B = 31.22%

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

#879E85 (or 0x879E85) is known color: Pewter. HEX triplet: 87, 9E and 85. RGB value is (135,158,133). Sum of RGB (Red+Green+Blue) = 135+158+133=426 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.69% from 426); Green value is 158 (62.11% from 255 or 37.09% from 426); Blue value is 133 (52.34% from 255 or 31.22% from 426); Max value from RGB is 158 - color contains mainly: green. Hex color #879E85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879E85 is #78617A. Grayscale: #949494. Windows color (decimal): -7889275 or 8756871. OLE color: 8756871.

HSL color Cylindrical-coordinate representation of color #879E85: hue angle of 115.2º degrees, saturation: 0.11, 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 #879E85 is Cyan = 0.15, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.38.

Color convert

RGB 135 158 133 -
CMYK 0.15 0 0.16 0.38
HSL 115.2º 0.11% 0.57% -
HSV(B) 115.2º 0.16% 0.62% -
XYZ 26.45 31.3 26.84 -
YUV 148.27 119.38 118.53 -
System Red Green Blue C M Y K H S L
Decimal 135 158 133 0.15 0 0.16 0.38 115.2 0.11 0.57
Hex 87 9E 85 F 0 10 26 73 B 39
Octal 207 236 205 17 0 20 46 163 13 71
Binary 10000111 10011110 10000101 1111 0 10000 100110 1110011 1011 111001

Color Harmonies of #879E85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #879E85

Black with #879E85

Text Example


Text Example

White with #879E85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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