#896E77

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

Shades of Venus #896E77

Tints of Venus #896E77

Color information

#896E77 (or 0x896E77) is unknown color: approx Venus. HEX triplet: 89, 6E and 77. RGB value is (137,110,119). Sum of RGB (Red+Green+Blue) = 137+110+119=366 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.43% from 366); Green value is 110 (43.36% from 255 or 30.05% from 366); Blue value is 119 (46.88% from 255 or 32.51% from 366); Max value from RGB is 137 - color contains mainly: red. Hex color #896E77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896E77 is #769188. Grayscale: #777777. Windows color (decimal): -7770505 or 7827081. OLE color: 7827081.

HSL color Cylindrical-coordinate representation of color #896E77: hue angle of 340º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #896E77 is Cyan = 0, Magento = 0.20, Yellow = 0.13 and Black (K on CMYK) = 0.46.

Color convert

RGB137110119-
CMYK00.200.130.46
HSL340º10.93%48.43%-
HSV(B)340º19.71%53.73%-
XYZ19.2217.819.88-
YUV119.1127.95140.77-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.43%
GREEN value IS 110 (43.36% from 255) = 30.05%
BLUE value IS 119 (46.88% from 255) = 32.51%
R=37.43%
G=30.05%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.13
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13711011900.200.130.4634010.9348.43
Hex896E77014D2E154b30
Octal21115616702415565241360
Binary100010011101110111011101010011011011101010101001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896E77; }

 p { color: rgb(137,110,119); }

 H1.HeaderClassName
 {
   color: #896E77;
 }
 .AnyTagClassName
 {
   color: #896E77;
 }
</style>
background-color css

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

 a { background-color: rgb(137,110,119); }

 div.DivClassName
 {
   background-color: #896E77;
 }
 .BgClassName
 {
   background-color: #896E77;
 }
</style>
border-color css

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

 span { border-color: rgb(137,110,119); }

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