#879484

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

Shades of Stack #879484

Tints of Stack #879484

Color information

#879484 (or 0x879484) is unknown color: approx Stack. HEX triplet: 87, 94 and 84. RGB value is (135,148,132). Sum of RGB (Red+Green+Blue) = 135+148+132=415 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.53% from 415); Green value is 148 (58.20% from 255 or 35.66% from 415); Blue value is 132 (51.95% from 255 or 31.81% from 415); Max value from RGB is 148 - color contains mainly: green. Hex color #879484 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879484 is #786B7B. Grayscale: #8E8E8E. Windows color (decimal): -7891836 or 8688775. OLE color: 8688775.

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

Color convert

RGB135148132-
CMYK0.0900.110.42
HSL108.75º6.96%54.9%-
HSV(B)108.75º10.81%58.04%-
XYZ24.752825.93-
YUV142.29122.19122.8-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 32.53%
GREEN value IS 148 (58.20% from 255) = 35.66%
BLUE value IS 132 (51.95% from 255) = 31.81%
R=32.53%
G=35.66%
B=31.81%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1351481320.0900.110.42108.756.9654.9
Hex87948490B2A6d737
Octal2072242041101352155767
Binary1000011110010100100001001001010111010101101101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #879484; }

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

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

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

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

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

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

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

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