Html Css Color HEX #889E7E Amulet

📋 copy color: '#889E7E'

red 136 ◦ green 158 ◦ blue 126

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

Shades of Amulet #889E7E

Tints of Amulet #889E7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 30%

R = 32.38%
G = 37.62%
B = 30%

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

#889E7E (or 0x889E7E) is known color: Amulet. HEX triplet: 88, 9E and 7E. RGB value is (136,158,126). Sum of RGB (Red+Green+Blue) = 136+158+126=420 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.38% from 420); Green value is 158 (62.11% from 255 or 37.62% from 420); Blue value is 126 (49.61% from 255 or 30% from 420); Max value from RGB is 158 - color contains mainly: green. Hex color #889E7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #889E7E is #776181. Grayscale: #939393. Windows color (decimal): -7823746 or 8298120. OLE color: 8298120.

HSL color Cylindrical-coordinate representation of color #889E7E: hue angle of 101.25º 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 #889E7E is Cyan = 0.14, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.38.

Color convert

RGB 136 158 126 -
CMYK 0.14 0 0.20 0.38
HSL 101.25º 0.14% 0.56% -
HSV(B) 101.25º 0.2% 0.62% -
XYZ 26.15 31.19 24.38 -
YUV 147.77 115.71 119.6 -
System Red Green Blue C M Y K H S L
Decimal 136 158 126 0.14 0 0.20 0.38 101.25 0.14 0.56
Hex 88 9E 7E E 0 14 26 65 E 38
Octal 210 236 176 16 0 24 46 145 16 70
Binary 10001000 10011110 1111110 1110 0 10100 100110 1100101 1110 111000

Color Harmonies of #889E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889E7E

Black with #889E7E

Text Example


Text Example

White with #889E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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