#86977C

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

Shades of Amulet #86977C

Tints of Amulet #86977C

Color information

#86977C (or 0x86977C) is unknown color: approx Amulet. HEX triplet: 86, 97 and 7C. RGB value is (134,151,124). Sum of RGB (Red+Green+Blue) = 134+151+124=409 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.76% from 409); Green value is 151 (59.38% from 255 or 36.92% from 409); Blue value is 124 (48.83% from 255 or 30.32% from 409); Max value from RGB is 151 - color contains mainly: green. Hex color #86977C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86977C is #796883. Grayscale: #8E8E8E. Windows color (decimal): -7956612 or 8165254. OLE color: 8165254.

HSL color Cylindrical-coordinate representation of color #86977C: hue angle of 97.78º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #86977C is Cyan = 0.11, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.41.

Color convert

RGB134151124-
CMYK0.1100.180.41
HSL97.78º11.49%53.92%-
HSV(B)97.78º17.88%59.22%-
XYZ24.5428.6623.31-
YUV142.84117.37121.7-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.76%
GREEN value IS 151 (59.38% from 255) = 36.92%
BLUE value IS 124 (48.83% from 255) = 30.32%
R=32.76%
G=36.92%
B=30.32%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1341511240.1100.180.4197.7811.4953.92
Hex86977CB0122962b36
Octal20622717413022511421366
Binary10000110100101111111100101101001010100111000101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86977C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86977C; }

 p { color: rgb(134,151,124); }

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

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

 a { background-color: rgb(134,151,124); }

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

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

 span { border-color: rgb(134,151,124); }

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