#889878

Color #889878 Amulet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amulet #889878

Tints of Amulet #889878

Color information

#889878 (or 0x889878) is unknown color: approx 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

RGB136152120-
CMYK0.1100.210.40
HSL90º13.45%53.33%-
HSV(B)90º21.05%59.61%-
XYZ24.7729.0522.07-
YUV143.57114.7122.6-

RGB Variations

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

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 (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1361521200.1100.210.409013.4553.33
Hex889878B015285ad35
Octal21023017013025501321565
Binary10001000100110001111000101101010110100010110101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>