Html Css Color HEX #889E7F Amulet

📋 copy color: '#889E7F'

red 136 ◦ green 158 ◦ blue 127

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

Shades of Amulet #889E7F

Tints of Amulet #889E7F

RGB

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

 GREEN value IS 158 (62.11% from 255) = 37.53%

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

R = 32.3%
G = 37.53%
B = 30.17%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.20

 K value IS 0.38

RGB Variations

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

Color information

#889E7F (or 0x889E7F) is known color: Amulet. HEX triplet: 88, 9E and 7F. RGB value is (136,158,127). Sum of RGB (Red+Green+Blue) = 136+158+127=421 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.30% from 421); Green value is 158 (62.11% from 255 or 37.53% from 421); Blue value is 127 (50% from 255 or 30.17% from 421); Max value from RGB is 158 - color contains mainly: green. Hex color #889E7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #889E7F is #776180. Grayscale: #939393. Windows color (decimal): -7823745 or 8363656. OLE color: 8363656.

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

Color convert

RGB 136 158 127 -
CMYK 0.14 0 0.20 0.38
HSL 102.58º 0.14% 0.56% -
HSV(B) 102.58º 0.2% 0.62% -
XYZ 26.21 31.22 24.72 -
YUV 147.89 116.21 119.52 -
System Red Green Blue C M Y K H S L
Decimal 136 158 127 0.14 0 0.20 0.38 102.58 0.14 0.56
Hex 88 9E 7F E 0 14 26 67 E 38
Octal 210 236 177 16 0 24 46 147 16 70
Binary 10001000 10011110 1111111 1110 0 10100 100110 1100111 1110 111000

Color Harmonies of #889E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889E7F

Black with #889E7F

Text Example


Text Example

White with #889E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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