#87947B

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

Shades of Amulet #87947B

Tints of Amulet #87947B

Color information

#87947B (or 0x87947B) is unknown color: approx Amulet. HEX triplet: 87, 94 and 7B. RGB value is (135,148,123). Sum of RGB (Red+Green+Blue) = 135+148+123=406 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.25% from 406); Green value is 148 (58.20% from 255 or 36.45% from 406); Blue value is 123 (48.44% from 255 or 30.30% from 406); Max value from RGB is 148 - color contains mainly: green. Hex color #87947B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87947B is #786B84. Grayscale: #8D8D8D. Windows color (decimal): -7891845 or 8098951. OLE color: 8098951.

HSL color Cylindrical-coordinate representation of color #87947B: hue angle of 91.2º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #87947B is Cyan = 0.09, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB135148123-
CMYK0.0900.170.42
HSL91.2º10.46%53.14%-
HSV(B)91.2º16.89%58.04%-
XYZ24.1627.7622.82-
YUV141.26117.69123.53-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 33.25%
GREEN value IS 148 (58.20% from 255) = 36.45%
BLUE value IS 123 (48.44% from 255) = 30.30%
R=33.25%
G=36.45%
B=30.30%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1351481230.0900.170.4291.210.4653.14
Hex87947B90112A5ba35
Octal20722417311021521331265
Binary10000111100101001111011100101000110101010110111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87947B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87947B; }

 p { color: rgb(135,148,123); }

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

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

 a { background-color: rgb(135,148,123); }

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

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

 span { border-color: rgb(135,148,123); }

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