#879489

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

Shades of Stack #879489

Tints of Stack #879489

Color information

#879489 (or 0x879489) is unknown color: approx Stack. HEX triplet: 87, 94 and 89. RGB value is (135,148,137). Sum of RGB (Red+Green+Blue) = 135+148+137=420 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.14% from 420); Green value is 148 (58.20% from 255 or 35.24% from 420); Blue value is 137 (53.91% from 255 or 32.62% from 420); Max value from RGB is 148 - color contains mainly: green. Hex color #879489 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879489 is #786B76. Grayscale: #8E8E8E. Windows color (decimal): -7891831 or 9016455. OLE color: 9016455.

HSL color Cylindrical-coordinate representation of color #879489: hue angle of 129.23º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #879489 is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB135148137-
CMYK0.0900.070.42
HSL129.23º5.73%55.49%-
HSV(B)129.23º8.78%58.04%-
XYZ25.128.1427.78-
YUV142.86124.69122.39-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 32.14%
GREEN value IS 148 (58.20% from 255) = 35.24%
BLUE value IS 137 (53.91% from 255) = 32.62%
R=32.14%
G=35.24%
B=32.62%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1351481370.0900.070.42129.235.7355.49
Hex8794899072A81637
Octal207224211110752201667
Binary1000011110010100100010011001011110101010000001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #879489; }

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

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

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

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

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

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

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

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