Html Css Color HEX #889A7F Amulet

📋 copy color: '#889A7F'

red 136 ◦ green 154 ◦ blue 127

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

Shades of Amulet #889A7F

Tints of Amulet #889A7F

RGB

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

 GREEN value IS 154 (60.55% from 255) = 36.93%

 BLUE value IS 127 (50% from 255) = 30.46%

R = 32.61%
G = 36.93%
B = 30.46%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.18

 K value IS 0.40

RGB Variations

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

Color information

#889A7F (or 0x889A7F) is known color: Amulet. HEX triplet: 88, 9A and 7F. RGB value is (136,154,127). Sum of RGB (Red+Green+Blue) = 136+154+127=417 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.61% from 417); Green value is 154 (60.55% from 255 or 36.93% from 417); Blue value is 127 (50% from 255 or 30.46% from 417); Max value from RGB is 154 - color contains mainly: green. Hex color #889A7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #889A7F is #776580. Grayscale: #919191. Windows color (decimal): -7824769 or 8362632. OLE color: 8362632.

HSL color Cylindrical-coordinate representation of color #889A7F: hue angle of 100º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #889A7F is Cyan = 0.12, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB 136 154 127 -
CMYK 0.12 0 0.18 0.40
HSL 100º 0.12% 0.55% -
HSV(B) 100º 0.18% 0.6% -
XYZ 25.54 29.88 24.5 -
YUV 145.54 117.54 121.2 -
System Red Green Blue C M Y K H S L
Decimal 136 154 127 0.12 0 0.18 0.40 100 0.12 0.55
Hex 88 9A 7F C 0 12 28 64 C 37
Octal 210 232 177 14 0 22 50 144 14 67
Binary 10001000 10011010 1111111 1100 0 10010 101000 1100100 1100 110111

Color Harmonies of #889A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889A7F

Black with #889A7F

Text Example


Text Example

White with #889A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,154,127); }

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

background-color css

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

 a { background-color: rgb(136,154,127); }

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

border-color css

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

 span { border-color: rgb(136,154,127); }

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