#87957B

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

Shades of Amulet #87957B

Tints of Amulet #87957B

Color information

#87957B (or 0x87957B) is unknown color: approx Amulet. HEX triplet: 87, 95 and 7B. RGB value is (135,149,123). Sum of RGB (Red+Green+Blue) = 135+149+123=407 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.17% from 407); Green value is 149 (58.59% from 255 or 36.61% from 407); Blue value is 123 (48.44% from 255 or 30.22% from 407); Max value from RGB is 149 - color contains mainly: green. Hex color #87957B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87957B is #786A84. Grayscale: #8D8D8D. Windows color (decimal): -7891589 or 8099207. OLE color: 8099207.

HSL color Cylindrical-coordinate representation of color #87957B: hue angle of 92.31º degrees, saturation: 0.11, 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 #87957B is Cyan = 0.09, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB135149123-
CMYK0.0900.170.42
HSL92.31º10.92%53.33%-
HSV(B)92.31º17.45%58.43%-
XYZ24.3128.0822.88-
YUV141.85117.36123.11-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 33.17%
GREEN value IS 149 (58.59% from 255) = 36.61%
BLUE value IS 123 (48.44% from 255) = 30.22%
R=33.17%
G=36.61%
B=30.22%

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
Decimal1351491230.0900.170.4292.3110.9253.33
Hex87957B90112A5cb35
Octal20722517311021521341365
Binary10000111100101011111011100101000110101010111001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87957B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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