Html Css Color HEX #879F85 Pewter

📋 copy color: '#879F85'

red 135 ◦ green 159 ◦ blue 133

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

Shades of Pewter #879F85

Tints of Pewter #879F85

RGB

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

 GREEN value IS 159 (62.5% from 255) = 37.24%

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

R = 31.62%
G = 37.24%
B = 31.15%

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

#879F85 (or 0x879F85) is known color: Pewter. HEX triplet: 87, 9F and 85. RGB value is (135,159,133). Sum of RGB (Red+Green+Blue) = 135+159+133=427 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.62% from 427); Green value is 159 (62.5% from 255 or 37.24% from 427); Blue value is 133 (52.34% from 255 or 31.15% from 427); Max value from RGB is 159 - color contains mainly: green. Hex color #879F85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879F85 is #78607A. Grayscale: #949494. Windows color (decimal): -7889019 or 8757127. OLE color: 8757127.

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

Color convert

RGB 135 159 133 -
CMYK 0.15 0 0.16 0.38
HSL 115.38º 0.12% 0.57% -
HSV(B) 115.38º 0.16% 0.62% -
XYZ 26.62 31.64 26.89 -
YUV 148.86 119.05 118.11 -
System Red Green Blue C M Y K H S L
Decimal 135 159 133 0.15 0 0.16 0.38 115.38 0.12 0.57
Hex 87 9F 85 F 0 10 26 73 C 39
Octal 207 237 205 17 0 20 46 163 14 71
Binary 10000111 10011111 10000101 1111 0 10000 100110 1110011 1100 111001

Color Harmonies of #879F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #879F85

Black with #879F85

Text Example


Text Example

White with #879F85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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