Html Css Color HEX #889977 Amulet

📋 copy color: '#889977'

red 136 ◦ green 153 ◦ blue 119

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

Shades of Amulet #889977

Tints of Amulet #889977

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 29.17%

R = 33.33%
G = 37.5%
B = 29.17%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.22

 K value IS 0.4

RGB Variations

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

Color information

#889977 (or 0x889977) is known color: Amulet. HEX triplet: 88, 99 and 77. RGB value is (136,153,119). Sum of RGB (Red+Green+Blue) = 136+153+119=408 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.33% from 408); Green value is 153 (60.16% from 255 or 37.5% from 408); Blue value is 119 (46.88% from 255 or 29.17% from 408); Max value from RGB is 153 - color contains mainly: green. Hex color #889977 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #889977 is #776688. Grayscale: #909090. Windows color (decimal): -7825033 or 7838088. OLE color: 7838088.

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

Color convert

RGB 136 153 119 -
CMYK 0.11 0 0.22 0.4
HSL 90º 0.14% 0.53% -
HSV(B) 90º 0.22% 0.6% -
XYZ 24.87 29.35 21.81 -
YUV 144.04 113.87 122.26 -
System Red Green Blue C M Y K H S L
Decimal 136 153 119 0.11 0 0.22 0.4 90 0.14 0.53
Hex 88 99 77 B 0 16 28 5A E 35
Octal 210 231 167 13 0 26 50 132 16 65
Binary 10001000 10011001 1110111 1011 0 10110 101000 1011010 1110 110101

Color Harmonies of #889977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889977

Black with #889977

Text Example


Text Example

White with #889977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #889977; }

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

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

background-color css

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

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

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

border-color css

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

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

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