Html Css Color HEX #89977F Amulet

📋 copy color: '#89977F'

red 137 ◦ green 151 ◦ blue 127

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

Shades of Amulet #89977F

Tints of Amulet #89977F

RGB

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

 GREEN value IS 151 (59.38% from 255) = 36.39%

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

R = 33.01%
G = 36.39%
B = 30.6%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.16

 K value IS 0.41

RGB Variations

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

Color information

#89977F (or 0x89977F) is known color: Amulet. HEX triplet: 89, 97 and 7F. RGB value is (137,151,127). Sum of RGB (Red+Green+Blue) = 137+151+127=415 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.01% from 415); Green value is 151 (59.38% from 255 or 36.39% from 415); Blue value is 127 (50% from 255 or 30.60% from 415); Max value from RGB is 151 - color contains mainly: green. Hex color #89977F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89977F is #766880. Grayscale: #909090. Windows color (decimal): -7760001 or 8361865. OLE color: 8361865.

HSL color Cylindrical-coordinate representation of color #89977F: hue angle of 95º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #89977F is Cyan = 0.09, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.41.

Color convert

RGB 137 151 127 -
CMYK 0.09 0 0.16 0.41
HSL 95º 0.1% 0.55% -
HSV(B) 95º 0.16% 0.59% -
XYZ 25.21 28.98 24.34 -
YUV 144.08 118.36 122.95 -
System Red Green Blue C M Y K H S L
Decimal 137 151 127 0.09 0 0.16 0.41 95 0.1 0.55
Hex 89 97 7F 9 0 10 29 5F A 37
Octal 211 227 177 11 0 20 51 137 12 67
Binary 10001001 10010111 1111111 1001 0 10000 101001 1011111 1010 110111

Color Harmonies of #89977F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89977F

Black with #89977F

Text Example


Text Example

White with #89977F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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