#879488

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

Shades of Stack #879488

Tints of Stack #879488

Color information

#879488 (or 0x879488) is unknown color: approx Stack. HEX triplet: 87, 94 and 88. RGB value is (135,148,136). Sum of RGB (Red+Green+Blue) = 135+148+136=419 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.22% from 419); Green value is 148 (58.20% from 255 or 35.32% from 419); Blue value is 136 (53.52% from 255 or 32.46% from 419); Max value from RGB is 148 - color contains mainly: green. Hex color #879488 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879488 is #786B77. Grayscale: #8E8E8E. Windows color (decimal): -7891832 or 8950919. OLE color: 8950919.

HSL color Cylindrical-coordinate representation of color #879488: hue angle of 124.62º 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 #879488 is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.42.

Color convert

RGB135148136-
CMYK0.0900.080.42
HSL124.62º5.73%55.49%-
HSV(B)124.62º8.78%58.04%-
XYZ25.0328.1127.4-
YUV142.74124.19122.48-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 32.22%
GREEN value IS 148 (58.20% from 255) = 35.32%
BLUE value IS 136 (53.52% from 255) = 32.46%
R=32.22%
G=35.32%
B=32.46%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1351481360.0900.080.42124.625.7355.49
Hex8794889082A7d637
Octal2072242101101052175667
Binary1000011110010100100010001001010001010101111101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #879488; }

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

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

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

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

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

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

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

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