Html Css Color HEX #89987D Amulet

📋 copy color: '#89987D'

red 137 ◦ green 152 ◦ blue 125

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

Shades of Amulet #89987D

Tints of Amulet #89987D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 30.19%

R = 33.09%
G = 36.71%
B = 30.19%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.18

 K value IS 0.40

RGB Variations

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

Color information

#89987D (or 0x89987D) is known color: Amulet. HEX triplet: 89, 98 and 7D. RGB value is (137,152,125). Sum of RGB (Red+Green+Blue) = 137+152+125=414 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.09% from 414); Green value is 152 (59.77% from 255 or 36.71% from 414); Blue value is 125 (49.22% from 255 or 30.19% from 414); Max value from RGB is 152 - color contains mainly: green. Hex color #89987D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89987D is #766782. Grayscale: #909090. Windows color (decimal): -7759747 or 8231049. OLE color: 8231049.

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

Color convert

RGB 137 152 125 -
CMYK 0.10 0 0.18 0.40
HSL 93.33º 0.12% 0.54% -
HSV(B) 93.33º 0.18% 0.6% -
XYZ 25.25 29.26 23.72 -
YUV 144.44 117.03 122.7 -
System Red Green Blue C M Y K H S L
Decimal 137 152 125 0.10 0 0.18 0.40 93.33 0.12 0.54
Hex 89 98 7D A 0 12 28 5D C 36
Octal 211 230 175 12 0 22 50 135 14 66
Binary 10001001 10011000 1111101 1010 0 10010 101000 1011101 1100 110110

Color Harmonies of #89987D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89987D

Black with #89987D

Text Example


Text Example

White with #89987D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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