Html Css Color HEX #87A072 Amulet

📋 copy color: '#87A072'

red 135 ◦ green 160 ◦ blue 114

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

Shades of Amulet #87A072

Tints of Amulet #87A072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 27.87%

R = 33.01%
G = 39.12%
B = 27.87%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.29

 K value IS 0.37

RGB Variations

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

Color information

#87A072 (or 0x87A072) is known color: Amulet. HEX triplet: 87, A0 and 72. RGB value is (135,160,114). Sum of RGB (Red+Green+Blue) = 135+160+114=409 (54% of max value = 765). Red value is 135 (53.12% from 255 or 33.01% from 409); Green value is 160 (62.89% from 255 or 39.12% from 409); Blue value is 114 (44.92% from 255 or 27.87% from 409); Max value from RGB is 160 - color contains mainly: green. Hex color #87A072 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87A072 is #785F8D. Grayscale: #939393. Windows color (decimal): -7888782 or 7512199. OLE color: 7512199.

HSL color Cylindrical-coordinate representation of color #87A072: hue angle of 92.61º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #87A072 is Cyan = 0.16, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.37.

Color convert

RGB 135 160 114 -
CMYK 0.16 0 0.29 0.37
HSL 92.61º 0.19% 0.54% -
HSV(B) 92.61º 0.29% 0.63% -
XYZ 25.6 31.51 20.65 -
YUV 147.28 109.22 119.24 -
System Red Green Blue C M Y K H S L
Decimal 135 160 114 0.16 0 0.29 0.37 92.61 0.19 0.54
Hex 87 A0 72 10 0 1D 25 5D 13 36
Octal 207 240 162 20 0 35 45 135 23 66
Binary 10000111 10100000 1110010 10000 0 11101 100101 1011101 10011 110110

Color Harmonies of #87A072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87A072

Black with #87A072

Text Example


Text Example

White with #87A072

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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