Html Css Color HEX #889D79 Amulet

📋 copy color: '#889D79'

red 136 ◦ green 157 ◦ blue 121

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

Shades of Amulet #889D79

Tints of Amulet #889D79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 29.23%

R = 32.85%
G = 37.92%
B = 29.23%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.23

 K value IS 0.38

RGB Variations

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

Color information

#889D79 (or 0x889D79) is known color: Amulet. HEX triplet: 88, 9D and 79. RGB value is (136,157,121). Sum of RGB (Red+Green+Blue) = 136+157+121=414 (54% of max value = 765). Red value is 136 (53.52% from 255 or 32.85% from 414); Green value is 157 (61.72% from 255 or 37.92% from 414); Blue value is 121 (47.66% from 255 or 29.23% from 414); Max value from RGB is 157 - color contains mainly: green. Hex color #889D79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #889D79 is #776286. Grayscale: #929292. Windows color (decimal): -7824007 or 7970184. OLE color: 7970184.

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

Color convert

RGB 136 157 121 -
CMYK 0.13 0 0.23 0.38
HSL 95º 0.16% 0.55% -
HSV(B) 95º 0.23% 0.62% -
XYZ 25.66 30.73 22.67 -
YUV 146.62 113.54 120.43 -
System Red Green Blue C M Y K H S L
Decimal 136 157 121 0.13 0 0.23 0.38 95 0.16 0.55
Hex 88 9D 79 D 0 17 26 5F 10 37
Octal 210 235 171 15 0 27 46 137 20 67
Binary 10001000 10011101 1111001 1101 0 10111 100110 1011111 10000 110111

Color Harmonies of #889D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889D79

Black with #889D79

Text Example


Text Example

White with #889D79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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