Html Css Color HEX #889D7C Amulet

📋 copy color: '#889D7C'

red 136 ◦ green 157 ◦ blue 124

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

Shades of Amulet #889D7C

Tints of Amulet #889D7C

RGB

 RED value IS 136 (53.52% from 255) = 32.61%

 GREEN value IS 157 (61.72% from 255) = 37.65%

 BLUE value IS 124 (48.83% from 255) = 29.74%

R = 32.61%
G = 37.65%
B = 29.74%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.21

 K value IS 0.38

RGB Variations

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

Color information

#889D7C (or 0x889D7C) is known color: Amulet. HEX triplet: 88, 9D and 7C. RGB value is (136,157,124). Sum of RGB (Red+Green+Blue) = 136+157+124=417 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.61% from 417); Green value is 157 (61.72% from 255 or 37.65% from 417); Blue value is 124 (48.83% from 255 or 29.74% from 417); Max value from RGB is 157 - color contains mainly: green. Hex color #889D7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #889D7C is #776283. Grayscale: #939393. Windows color (decimal): -7824004 or 8166792. OLE color: 8166792.

HSL color Cylindrical-coordinate representation of color #889D7C: hue angle of 98.18º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #889D7C is Cyan = 0.13, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.38.

Color convert

RGB 136 157 124 -
CMYK 0.13 0 0.21 0.38
HSL 98.18º 0.14% 0.55% -
HSV(B) 98.18º 0.21% 0.62% -
XYZ 25.85 30.8 23.65 -
YUV 146.96 115.04 120.18 -
System Red Green Blue C M Y K H S L
Decimal 136 157 124 0.13 0 0.21 0.38 98.18 0.14 0.55
Hex 88 9D 7C D 0 15 26 62 E 37
Octal 210 235 174 15 0 25 46 142 16 67
Binary 10001000 10011101 1111100 1101 0 10101 100110 1100010 1110 110111

Color Harmonies of #889D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889D7C

Black with #889D7C

Text Example


Text Example

White with #889D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #889D7C; }

 p { color: rgb(136,157,124); }

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

background-color css

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

 a { background-color: rgb(136,157,124); }

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

border-color css

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

 span { border-color: rgb(136,157,124); }

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