Html Css Color HEX #889979 Amulet

📋 copy color: '#889979'

red 136 ◦ green 153 ◦ blue 121

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

Shades of Amulet #889979

Tints of Amulet #889979

RGB

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

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

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

R = 33.17%
G = 37.32%
B = 29.51%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.21

 K value IS 0.4

RGB Variations

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

Color information

#889979 (or 0x889979) is known color: Amulet. HEX triplet: 88, 99 and 79. RGB value is (136,153,121). Sum of RGB (Red+Green+Blue) = 136+153+121=410 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.17% from 410); Green value is 153 (60.16% from 255 or 37.32% from 410); Blue value is 121 (47.66% from 255 or 29.51% from 410); Max value from RGB is 153 - color contains mainly: green. Hex color #889979 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #889979 is #776686. Grayscale: #909090. Windows color (decimal): -7825031 or 7969160. OLE color: 7969160.

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

Color convert

RGB 136 153 121 -
CMYK 0.11 0 0.21 0.4
HSL 91.88º 0.14% 0.54% -
HSV(B) 91.88º 0.21% 0.6% -
XYZ 25 29.4 22.45 -
YUV 144.27 114.87 122.1 -
System Red Green Blue C M Y K H S L
Decimal 136 153 121 0.11 0 0.21 0.4 91.88 0.14 0.54
Hex 88 99 79 B 0 15 28 5C E 36
Octal 210 231 171 13 0 25 50 134 16 66
Binary 10001000 10011001 1111001 1011 0 10101 101000 1011100 1110 110110

Color Harmonies of #889979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889979

Black with #889979

Text Example


Text Example

White with #889979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #889979; }

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

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

background-color css

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

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

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

border-color css

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

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

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