#879779

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

Shades of Amulet #879779

Tints of Amulet #879779

Color information

#879779 (or 0x879779) is unknown color: approx Amulet. HEX triplet: 87, 97 and 79. RGB value is (135,151,121). Sum of RGB (Red+Green+Blue) = 135+151+121=407 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.17% from 407); Green value is 151 (59.38% from 255 or 37.10% from 407); Blue value is 121 (47.66% from 255 or 29.73% from 407); Max value from RGB is 151 - color contains mainly: green. Hex color #879779 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #879779 is #786886. Grayscale: #8E8E8E. Windows color (decimal): -7891079 or 7968647. OLE color: 7968647.

HSL color Cylindrical-coordinate representation of color #879779: hue angle of 92º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #879779 is Cyan = 0.11, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.41.

Color convert

RGB135151121-
CMYK0.1100.200.41
HSL92º12.61%53.33%-
HSV(B)92º19.87%59.22%-
XYZ24.5128.6622.33-
YUV142.8115.7122.44-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 33.17%
GREEN value IS 151 (59.38% from 255) = 37.10%
BLUE value IS 121 (47.66% from 255) = 29.73%
R=33.17%
G=37.10%
B=29.73%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1351511210.1100.200.419212.6153.33
Hex879779B014295cd35
Octal20722717113024511341565
Binary10000111100101111111001101101010010100110111001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #879779; }

 p { color: rgb(135,151,121); }

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

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

 a { background-color: rgb(135,151,121); }

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

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

 span { border-color: rgb(135,151,121); }

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