Html Css Color HEX #87A080 Amulet

📋 copy color: '#87A080'

red 135 ◦ green 160 ◦ blue 128

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

Shades of Amulet #87A080

Tints of Amulet #87A080

RGB

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

 GREEN value IS 160 (62.89% from 255) = 37.83%

 BLUE value IS 128 (50.39% from 255) = 30.26%

R = 31.91%
G = 37.83%
B = 30.26%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.20

 K value IS 0.37

RGB Variations

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

Color information

#87A080 (or 0x87A080) is known color: Amulet. HEX triplet: 87, A0 and 80. RGB value is (135,160,128). Sum of RGB (Red+Green+Blue) = 135+160+128=423 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.91% from 423); Green value is 160 (62.89% from 255 or 37.83% from 423); Blue value is 128 (50.39% from 255 or 30.26% from 423); Max value from RGB is 160 - color contains mainly: green. Hex color #87A080 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87A080 is #785F7F. Grayscale: #949494. Windows color (decimal): -7888768 or 8429703. OLE color: 8429703.

HSL color Cylindrical-coordinate representation of color #87A080: hue angle of 106.88º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #87A080 is Cyan = 0.16, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.37.

Color convert

RGB 135 160 128 -
CMYK 0.16 0 0.20 0.37
HSL 106.88º 0.14% 0.56% -
HSV(B) 106.88º 0.2% 0.63% -
XYZ 26.46 31.85 25.18 -
YUV 148.88 116.22 118.1 -
System Red Green Blue C M Y K H S L
Decimal 135 160 128 0.16 0 0.20 0.37 106.88 0.14 0.56
Hex 87 A0 80 10 0 14 25 6B E 38
Octal 207 240 200 20 0 24 45 153 16 70
Binary 10000111 10100000 10000000 10000 0 10100 100101 1101011 1110 111000

Color Harmonies of #87A080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87A080

Black with #87A080

Text Example


Text Example

White with #87A080

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,160,128); }

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

background-color css

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

 a { background-color: rgb(135,160,128); }

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

border-color css

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

 span { border-color: rgb(135,160,128); }

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