Html Css Color HEX #899977 Amulet

📋 copy color: '#899977'

red 137 ◦ green 153 ◦ blue 119

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

Shades of Amulet #899977

Tints of Amulet #899977

RGB

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

 GREEN value IS 153 (60.16% from 255) = 37.41%

 BLUE value IS 119 (46.88% from 255) = 29.1%

R = 33.5%
G = 37.41%
B = 29.1%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.22

 K value IS 0.4

RGB Variations

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

Color information

#899977 (or 0x899977) is known color: Amulet. HEX triplet: 89, 99 and 77. RGB value is (137,153,119). Sum of RGB (Red+Green+Blue) = 137+153+119=409 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.50% from 409); Green value is 153 (60.16% from 255 or 37.41% from 409); Blue value is 119 (46.88% from 255 or 29.10% from 409); Max value from RGB is 153 - color contains mainly: green. Hex color #899977 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899977 is #766688. Grayscale: #909090. Windows color (decimal): -7759497 or 7838089. OLE color: 7838089.

HSL color Cylindrical-coordinate representation of color #899977: hue angle of 88.24º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #899977 is Cyan = 0.10, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.4.

Color convert

RGB 137 153 119 -
CMYK 0.10 0 0.22 0.4
HSL 88.24º 0.14% 0.53% -
HSV(B) 88.24º 0.22% 0.6% -
XYZ 25.04 29.43 21.81 -
YUV 144.34 113.7 122.76 -
System Red Green Blue C M Y K H S L
Decimal 137 153 119 0.10 0 0.22 0.4 88.24 0.14 0.53
Hex 89 99 77 A 0 16 28 58 E 35
Octal 211 231 167 12 0 26 50 130 16 65
Binary 10001001 10011001 1110111 1010 0 10110 101000 1011000 1110 110101

Color Harmonies of #899977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899977

Black with #899977

Text Example


Text Example

White with #899977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899977; }

 p { color: rgb(137,153,119); }

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

background-color css

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

 a { background-color: rgb(137,153,119); }

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

border-color css

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

 span { border-color: rgb(137,153,119); }

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