#879682

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

Shades of Amulet #879682

Tints of Amulet #879682

Color information

#879682 (or 0x879682) is unknown color: approx Amulet. HEX triplet: 87, 96 and 82. RGB value is (135,150,130). Sum of RGB (Red+Green+Blue) = 135+150+130=415 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.53% from 415); Green value is 150 (58.98% from 255 or 36.14% from 415); Blue value is 130 (51.17% from 255 or 31.33% from 415); Max value from RGB is 150 - color contains mainly: green. Hex color #879682 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879682 is #78697D. Grayscale: #8F8F8F. Windows color (decimal): -7891326 or 8558215. OLE color: 8558215.

HSL color Cylindrical-coordinate representation of color #879682: hue angle of 105º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #879682 is Cyan = 0.1, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.41.

Color convert

RGB135150130-
CMYK0.100.130.41
HSL105º8.7%54.9%-
HSV(B)105º13.33%58.82%-
XYZ24.9328.5825.32-
YUV143.23120.53122.13-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 32.53%
GREEN value IS 150 (58.98% from 255) = 36.14%
BLUE value IS 130 (51.17% from 255) = 31.33%
R=32.53%
G=36.14%
B=31.33%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1351501300.100.130.411058.754.9
Hex879682A0D2969937
Octal20722620212015511511167
Binary10000111100101101000001010100110110100111010011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #879682; }

 p { color: rgb(135,150,130); }

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

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

 a { background-color: rgb(135,150,130); }

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

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

 span { border-color: rgb(135,150,130); }

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