Html Css Color HEX #87A47C Amulet

📋 copy color: '#87A47C'

red 135 ◦ green 164 ◦ blue 124

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

Shades of Amulet #87A47C

Tints of Amulet #87A47C

RGB

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

 GREEN value IS 164 (64.45% from 255) = 38.77%

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

R = 31.91%
G = 38.77%
B = 29.31%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.24

 K value IS 0.36

RGB Variations

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

Color information

#87A47C (or 0x87A47C) is known color: Amulet. HEX triplet: 87, A4 and 7C. RGB value is (135,164,124). Sum of RGB (Red+Green+Blue) = 135+164+124=423 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.91% from 423); Green value is 164 (64.45% from 255 or 38.77% from 423); Blue value is 124 (48.83% from 255 or 29.31% from 423); Max value from RGB is 164 - color contains mainly: green. Hex color #87A47C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87A47C is #785B83. Grayscale: #969696. Windows color (decimal): -7887748 or 8168583. OLE color: 8168583.

HSL color Cylindrical-coordinate representation of color #87A47C: hue angle of 103.5º degrees, saturation: 0.18, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #87A47C is Cyan = 0.18, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.36.

Color convert

RGB 135 164 124 -
CMYK 0.18 0 0.24 0.36
HSL 103.5º 0.18% 0.56% -
HSV(B) 103.5º 0.24% 0.64% -
XYZ 26.91 33.16 24.05 -
YUV 150.77 112.89 116.75 -
System Red Green Blue C M Y K H S L
Decimal 135 164 124 0.18 0 0.24 0.36 103.5 0.18 0.56
Hex 87 A4 7C 12 0 18 24 68 12 38
Octal 207 244 174 22 0 30 44 150 22 70
Binary 10000111 10100100 1111100 10010 0 11000 100100 1101000 10010 111000

Color Harmonies of #87A47C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87A47C

Black with #87A47C

Text Example


Text Example

White with #87A47C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87A47C; }

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

 H1.HeaderClassName
 {
   color: #87A47C;
 }
 .AnyTagClassName
 {
   color: #87A47C;
 }
</style>

background-color css

<style>
 a { background-color: #87A47C; }

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

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

border-color css

<style>
 span { border-color: #87A47C; }

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

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