Html Css Color HEX #889878 Amulet

📋 copy color: '#889878'

red 136 ◦ green 152 ◦ blue 120

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

Shades of Amulet #889878

Tints of Amulet #889878

RGB

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

 GREEN value IS 152 (59.77% from 255) = 37.25%

 BLUE value IS 120 (47.27% from 255) = 29.41%

R = 33.33%
G = 37.25%
B = 29.41%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.21

 K value IS 0.40

RGB Variations

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

Color information

#889878 (or 0x889878) is known color: Amulet. HEX triplet: 88, 98 and 78. RGB value is (136,152,120). Sum of RGB (Red+Green+Blue) = 136+152+120=408 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.33% from 408); Green value is 152 (59.77% from 255 or 37.25% from 408); Blue value is 120 (47.27% from 255 or 29.41% from 408); Max value from RGB is 152 - color contains mainly: green. Hex color #889878 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #889878 is #776787. Grayscale: #8F8F8F. Windows color (decimal): -7825288 or 7903368. OLE color: 7903368.

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

Color convert

RGB 136 152 120 -
CMYK 0.11 0 0.21 0.40
HSL 90º 0.13% 0.53% -
HSV(B) 90º 0.21% 0.6% -
XYZ 24.77 29.05 22.07 -
YUV 143.57 114.7 122.6 -
System Red Green Blue C M Y K H S L
Decimal 136 152 120 0.11 0 0.21 0.40 90 0.13 0.53
Hex 88 98 78 B 0 15 28 5A D 35
Octal 210 230 170 13 0 25 50 132 15 65
Binary 10001000 10011000 1111000 1011 0 10101 101000 1011010 1101 110101

Color Harmonies of #889878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889878

Black with #889878

Text Example


Text Example

White with #889878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #889878; }

 p { color: rgb(136,152,120); }

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

background-color css

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

 a { background-color: rgb(136,152,120); }

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

border-color css

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

 span { border-color: rgb(136,152,120); }

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