Html Css Color HEX #899780 Amulet

📋 copy color: '#899780'

red 137 ◦ green 151 ◦ blue 128

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

Shades of Amulet #899780

Tints of Amulet #899780

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 30.77%

R = 32.93%
G = 36.3%
B = 30.77%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.15

 K value IS 0.41

RGB Variations

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

Color information

#899780 (or 0x899780) is known color: Amulet. HEX triplet: 89, 97 and 80. RGB value is (137,151,128). Sum of RGB (Red+Green+Blue) = 137+151+128=416 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.93% from 416); Green value is 151 (59.38% from 255 or 36.30% from 416); Blue value is 128 (50.39% from 255 or 30.77% from 416); Max value from RGB is 151 - color contains mainly: green. Hex color #899780 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899780 is #76687F. Grayscale: #909090. Windows color (decimal): -7760000 or 8427401. OLE color: 8427401.

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

Color convert

RGB 137 151 128 -
CMYK 0.09 0 0.15 0.41
HSL 96.52º 0.1% 0.55% -
HSV(B) 96.52º 0.15% 0.59% -
XYZ 25.28 29.01 24.69 -
YUV 144.19 118.86 122.87 -
System Red Green Blue C M Y K H S L
Decimal 137 151 128 0.09 0 0.15 0.41 96.52 0.1 0.55
Hex 89 97 80 9 0 F 29 61 A 37
Octal 211 227 200 11 0 17 51 141 12 67
Binary 10001001 10010111 10000000 1001 0 1111 101001 1100001 1010 110111

Color Harmonies of #899780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899780

Black with #899780

Text Example


Text Example

White with #899780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899780; }

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

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

background-color css

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

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

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

border-color css

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

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

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