Html Css Color HEX #87A27E Amulet

📋 copy color: '#87A27E'

red 135 ◦ green 162 ◦ blue 126

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

Shades of Amulet #87A27E

Tints of Amulet #87A27E

RGB

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

 GREEN value IS 162 (63.67% from 255) = 38.3%

 BLUE value IS 126 (49.61% from 255) = 29.79%

R = 31.91%
G = 38.3%
B = 29.79%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.22

 K value IS 0.36

RGB Variations

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

Color information

#87A27E (or 0x87A27E) is known color: Amulet. HEX triplet: 87, A2 and 7E. RGB value is (135,162,126). Sum of RGB (Red+Green+Blue) = 135+162+126=423 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.91% from 423); Green value is 162 (63.67% from 255 or 38.30% from 423); Blue value is 126 (49.61% from 255 or 29.79% from 423); Max value from RGB is 162 - color contains mainly: green. Hex color #87A27E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87A27E is #785D81. Grayscale: #959595. Windows color (decimal): -7888258 or 8299143. OLE color: 8299143.

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

Color convert

RGB 135 162 126 -
CMYK 0.17 0 0.22 0.36
HSL 105º 0.16% 0.56% -
HSV(B) 105º 0.22% 0.64% -
XYZ 26.68 32.5 24.61 -
YUV 149.82 114.55 117.43 -
System Red Green Blue C M Y K H S L
Decimal 135 162 126 0.17 0 0.22 0.36 105 0.16 0.56
Hex 87 A2 7E 11 0 16 24 69 10 38
Octal 207 242 176 21 0 26 44 151 20 70
Binary 10000111 10100010 1111110 10001 0 10110 100100 1101001 10000 111000

Color Harmonies of #87A27E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87A27E

Black with #87A27E

Text Example


Text Example

White with #87A27E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,162,126); }

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

background-color css

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

 a { background-color: rgb(135,162,126); }

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

border-color css

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

 span { border-color: rgb(135,162,126); }

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