Html Css Color HEX #87997C Amulet

📋 copy color: '#87997C'

red 135 ◦ green 153 ◦ blue 124

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

Shades of Amulet #87997C

Tints of Amulet #87997C

RGB

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

 GREEN value IS 153 (60.16% from 255) = 37.14%

 BLUE value IS 124 (48.83% from 255) = 30.1%

R = 32.77%
G = 37.14%
B = 30.1%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.19

 K value IS 0.4

RGB Variations

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

Color information

#87997C (or 0x87997C) is known color: Amulet. HEX triplet: 87, 99 and 7C. RGB value is (135,153,124). Sum of RGB (Red+Green+Blue) = 135+153+124=412 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.77% from 412); Green value is 153 (60.16% from 255 or 37.14% from 412); Blue value is 124 (48.83% from 255 or 30.10% from 412); Max value from RGB is 153 - color contains mainly: green. Hex color #87997C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87997C is #786683. Grayscale: #909090. Windows color (decimal): -7890564 or 8165767. OLE color: 8165767.

HSL color Cylindrical-coordinate representation of color #87997C: hue angle of 97.24º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #87997C is Cyan = 0.12, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.4.

Color convert

RGB 135 153 124 -
CMYK 0.12 0 0.19 0.4
HSL 97.24º 0.12% 0.54% -
HSV(B) 97.24º 0.19% 0.6% -
XYZ 25.02 29.39 23.42 -
YUV 144.31 116.54 121.36 -
System Red Green Blue C M Y K H S L
Decimal 135 153 124 0.12 0 0.19 0.4 97.24 0.12 0.54
Hex 87 99 7C C 0 13 28 61 C 36
Octal 207 231 174 14 0 23 50 141 14 66
Binary 10000111 10011001 1111100 1100 0 10011 101000 1100001 1100 110110

Color Harmonies of #87997C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87997C

Black with #87997C

Text Example


Text Example

White with #87997C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,153,124); }

 H1.HeaderClassName
 {
   color: #87997C;
 }
 .AnyTagClassName
 {
   color: #87997C;
 }
</style>

background-color css

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

 a { background-color: rgb(135,153,124); }

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

border-color css

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

 span { border-color: rgb(135,153,124); }

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