#879878

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

Shades of Amulet #879878

Tints of Amulet #879878

Color information

#879878 (or 0x879878) is unknown color: approx Amulet. HEX triplet: 87, 98 and 78. RGB value is (135,152,120). Sum of RGB (Red+Green+Blue) = 135+152+120=407 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.17% from 407); Green value is 152 (59.77% from 255 or 37.35% from 407); Blue value is 120 (47.27% from 255 or 29.48% from 407); Max value from RGB is 152 - color contains mainly: green. Hex color #879878 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #879878 is #786787. Grayscale: #8F8F8F. Windows color (decimal): -7890824 or 7903367. OLE color: 7903367.

HSL color Cylindrical-coordinate representation of color #879878: hue angle of 91.87º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #879878 is Cyan = 0.11, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.40.

Color convert

RGB135152120-
CMYK0.1100.210.40
HSL91.87º13.45%53.33%-
HSV(B)91.87º21.05%59.61%-
XYZ24.6128.9622.06-
YUV143.27114.87122.1-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 33.17%
GREEN value IS 152 (59.77% from 255) = 37.35%
BLUE value IS 120 (47.27% from 255) = 29.48%
R=33.17%
G=37.35%
B=29.48%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1351521200.1100.210.4091.8713.4553.33
Hex879878B015285cd35
Octal20723017013025501341565
Binary10000111100110001111000101101010110100010111001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #879878; }

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

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

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

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

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

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

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

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