Html Css Color HEX #89987F Amulet

📋 copy color: '#89987F'

red 137 ◦ green 152 ◦ blue 127

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

Shades of Amulet #89987F

Tints of Amulet #89987F

RGB

 RED value IS 137 (53.91% from 255) = 32.93%

 GREEN value IS 152 (59.77% from 255) = 36.54%

 BLUE value IS 127 (50% from 255) = 30.53%

R = 32.93%
G = 36.54%
B = 30.53%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#89987F (or 0x89987F) is known color: Amulet. HEX triplet: 89, 98 and 7F. RGB value is (137,152,127). Sum of RGB (Red+Green+Blue) = 137+152+127=416 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.93% from 416); Green value is 152 (59.77% from 255 or 36.54% from 416); Blue value is 127 (50% from 255 or 30.53% from 416); Max value from RGB is 152 - color contains mainly: green. Hex color #89987F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89987F is #766780. Grayscale: #909090. Windows color (decimal): -7759745 or 8362121. OLE color: 8362121.

HSL color Cylindrical-coordinate representation of color #89987F: hue angle of 96º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #89987F is Cyan = 0.10, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB 137 152 127 -
CMYK 0.10 0 0.16 0.40
HSL 96º 0.11% 0.55% -
HSV(B) 96º 0.16% 0.6% -
XYZ 25.38 29.31 24.4 -
YUV 144.67 118.03 122.53 -
System Red Green Blue C M Y K H S L
Decimal 137 152 127 0.10 0 0.16 0.40 96 0.11 0.55
Hex 89 98 7F A 0 10 28 60 B 37
Octal 211 230 177 12 0 20 50 140 13 67
Binary 10001001 10011000 1111111 1010 0 10000 101000 1100000 1011 110111

Color Harmonies of #89987F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89987F

Black with #89987F

Text Example


Text Example

White with #89987F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89987F; }

 p { color: rgb(137,152,127); }

 H1.HeaderClassName
 {
   color: #89987F;
 }
 .AnyTagClassName
 {
   color: #89987F;
 }
</style>

background-color css

<style>
 a { background-color: #89987F; }

 a { background-color: rgb(137,152,127); }

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

border-color css

<style>
 span { border-color: #89987F; }

 span { border-color: rgb(137,152,127); }

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