#87967D

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

Shades of Amulet #87967D

Tints of Amulet #87967D

Color information

#87967D (or 0x87967D) is unknown color: approx Amulet. HEX triplet: 87, 96 and 7D. RGB value is (135,150,125). Sum of RGB (Red+Green+Blue) = 135+150+125=410 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.93% from 410); Green value is 150 (58.98% from 255 or 36.59% from 410); Blue value is 125 (49.22% from 255 or 30.49% from 410); Max value from RGB is 150 - color contains mainly: green. Hex color #87967D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87967D is #786982. Grayscale: #8E8E8E. Windows color (decimal): -7891331 or 8230535. OLE color: 8230535.

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

Color convert

RGB135150125-
CMYK0.100.170.41
HSL96º10.64%53.92%-
HSV(B)96º16.67%58.82%-
XYZ24.628.4423.6-
YUV142.66118.03122.53-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 32.93%
GREEN value IS 150 (58.98% from 255) = 36.59%
BLUE value IS 125 (49.22% from 255) = 30.49%
R=32.93%
G=36.59%
B=30.49%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1351501250.100.170.419610.6453.92
Hex87967DA0112960b36
Octal20722617512021511401366
Binary10000111100101101111101101001000110100111000001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87967D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87967D; }

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

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

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

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

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

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

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

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