Html Css Color HEX #87957F Amulet

📋 copy color: '#87957F'

red 135 ◦ green 149 ◦ blue 127

#87957F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amulet #87957F

Tints of Amulet #87957F

RGB

 RED value IS 135 (53.13% from 255) = 32.85%

 GREEN value IS 149 (58.59% from 255) = 36.25%

 BLUE value IS 127 (50% from 255) = 30.9%

R = 32.85%
G = 36.25%
B = 30.9%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#87957F (or 0x87957F) is known color: Amulet. HEX triplet: 87, 95 and 7F. RGB value is (135,149,127). Sum of RGB (Red+Green+Blue) = 135+149+127=411 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.85% from 411); Green value is 149 (58.59% from 255 or 36.25% from 411); Blue value is 127 (50% from 255 or 30.90% from 411); Max value from RGB is 149 - color contains mainly: green. Hex color #87957F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87957F is #786A80. Grayscale: #8E8E8E. Windows color (decimal): -7891585 or 8361351. OLE color: 8361351.

HSL color Cylindrical-coordinate representation of color #87957F: hue angle of 98.18º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #87957F is Cyan = 0.09, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB 135 149 127 -
CMYK 0.09 0 0.15 0.42
HSL 98.18º 0.09% 0.54% -
HSV(B) 98.18º 0.15% 0.58% -
XYZ 24.57 28.18 24.22 -
YUV 142.31 119.36 122.79 -
System Red Green Blue C M Y K H S L
Decimal 135 149 127 0.09 0 0.15 0.42 98.18 0.09 0.54
Hex 87 95 7F 9 0 F 2A 62 9 36
Octal 207 225 177 11 0 17 52 142 11 66
Binary 10000111 10010101 1111111 1001 0 1111 101010 1100010 1001 110110

Color Harmonies of #87957F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87957F

Black with #87957F

Text Example


Text Example

White with #87957F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #87957F;
 }
 .AnyTagClassName
 {
   color: #87957F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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