#879978

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

Shades of Amulet #879978

Tints of Amulet #879978

Color information

#879978 (or 0x879978) is unknown color: approx Amulet. HEX triplet: 87, 99 and 78. RGB value is (135,153,120). Sum of RGB (Red+Green+Blue) = 135+153+120=408 (54% of max value = 765). Red value is 135 (53.12% from 255 or 33.09% from 408); Green value is 153 (60.16% from 255 or 37.5% from 408); Blue value is 120 (47.27% from 255 or 29.41% from 408); Max value from RGB is 153 - color contains mainly: green. Hex color #879978 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #879978 is #786687. Grayscale: #8F8F8F. Windows color (decimal): -7890568 or 7903623. OLE color: 7903623.

HSL color Cylindrical-coordinate representation of color #879978: hue angle of 92.73º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #879978 is Cyan = 0.12, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.4.

Color convert

RGB135153120-
CMYK0.1200.220.4
HSL92.73º13.92%53.53%-
HSV(B)92.73º21.57%60%-
XYZ24.7729.2922.12-
YUV143.86114.54121.68-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 33.09%
GREEN value IS 153 (60.16% from 255) = 37.5%
BLUE value IS 120 (47.27% from 255) = 29.41%
R=33.09%
G=37.5%
B=29.41%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1351531200.1200.220.492.7313.9253.53
Hex879978C016285de36
Octal20723117014026501351666
Binary10000111100110011111000110001011010100010111011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #879978; }

 p { color: rgb(135,153,120); }

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

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

 a { background-color: rgb(135,153,120); }

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

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

 span { border-color: rgb(135,153,120); }

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