Html Css Color HEX #889A7E Amulet

📋 copy color: '#889A7E'

red 136 ◦ green 154 ◦ blue 126

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

Shades of Amulet #889A7E

Tints of Amulet #889A7E

RGB

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

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

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

R = 32.69%
G = 37.02%
B = 30.29%

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

#889A7E (or 0x889A7E) is known color: Amulet. HEX triplet: 88, 9A and 7E. RGB value is (136,154,126). Sum of RGB (Red+Green+Blue) = 136+154+126=416 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.69% from 416); Green value is 154 (60.55% from 255 or 37.02% from 416); Blue value is 126 (49.61% from 255 or 30.29% from 416); Max value from RGB is 154 - color contains mainly: green. Hex color #889A7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #889A7E is #776581. Grayscale: #919191. Windows color (decimal): -7824770 or 8297096. OLE color: 8297096.

HSL color Cylindrical-coordinate representation of color #889A7E: hue angle of 98.57º 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 #889A7E is Cyan = 0.12, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB 136 154 126 -
CMYK 0.12 0 0.18 0.40
HSL 98.57º 0.12% 0.55% -
HSV(B) 98.57º 0.18% 0.6% -
XYZ 25.47 29.85 24.16 -
YUV 145.43 117.04 121.28 -
System Red Green Blue C M Y K H S L
Decimal 136 154 126 0.12 0 0.18 0.40 98.57 0.12 0.55
Hex 88 9A 7E C 0 12 28 63 C 37
Octal 210 232 176 14 0 22 50 143 14 67
Binary 10001000 10011010 1111110 1100 0 10010 101000 1100011 1100 110111

Color Harmonies of #889A7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889A7E

Black with #889A7E

Text Example


Text Example

White with #889A7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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