#879289

Color #879289 Stack (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Stack #879289

Tints of Stack #879289

Color information

#879289 (or 0x879289) is unknown color: approx Stack. HEX triplet: 87, 92 and 89. RGB value is (135,146,137). Sum of RGB (Red+Green+Blue) = 135+146+137=418 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.30% from 418); Green value is 146 (57.42% from 255 or 34.93% from 418); Blue value is 137 (53.91% from 255 or 32.78% from 418); Max value from RGB is 146 - color contains mainly: green. Hex color #879289 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879289 is #786D76. Grayscale: #8D8D8D. Windows color (decimal): -7892343 or 9015943. OLE color: 9015943.

HSL color Cylindrical-coordinate representation of color #879289: hue angle of 130.91º degrees, saturation: 0.05, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #879289 is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.43.

Color convert

RGB135146137-
CMYK0.0800.060.43
HSL130.91º4.8%55.1%-
HSV(B)130.91º7.53%57.25%-
XYZ24.7927.5127.67-
YUV141.68125.36123.23-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 32.30%
GREEN value IS 146 (57.42% from 255) = 34.93%
BLUE value IS 137 (53.91% from 255) = 32.78%
R=32.30%
G=34.93%
B=32.78%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1351461370.0800.060.43130.914.855.1
Hex8792898062B83537
Octal207222211100653203567
Binary1000011110010010100010011000011010101110000011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #879289; }

 p { color: rgb(135,146,137); }

 H1.HeaderClassName
 {
   color: #879289;
 }
 .AnyTagClassName
 {
   color: #879289;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #879289;
 }
 .BgClassName
 {
   background-color: #879289;
 }
</style>
border-color css

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

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

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