#896F78

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

Shades of Venus #896F78

Tints of Venus #896F78

Color information

#896F78 (or 0x896F78) is unknown color: approx Venus. HEX triplet: 89, 6F and 78. RGB value is (137,111,120). Sum of RGB (Red+Green+Blue) = 137+111+120=368 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.23% from 368); Green value is 111 (43.75% from 255 or 30.16% from 368); Blue value is 120 (47.27% from 255 or 32.61% from 368); Max value from RGB is 137 - color contains mainly: red. Hex color #896F78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896F78 is #769087. Grayscale: #777777. Windows color (decimal): -7770248 or 7892873. OLE color: 7892873.

HSL color Cylindrical-coordinate representation of color #896F78: hue angle of 339.23º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #896F78 is Cyan = 0, Magento = 0.19, Yellow = 0.12 and Black (K on CMYK) = 0.46.

Color convert

RGB137111120-
CMYK00.190.120.46
HSL339.23º10.48%48.63%-
HSV(B)339.23º18.98%53.73%-
XYZ19.3918.0420.23-
YUV119.8128.11140.27-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.23%
GREEN value IS 111 (43.75% from 255) = 30.16%
BLUE value IS 120 (47.27% from 255) = 32.61%
R=37.23%
G=30.16%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.12
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13711112000.190.120.46339.2310.4848.63
Hex896F78013C2E153a31
Octal21115717002314565231261
Binary100010011101111111100001001111001011101010100111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,111,120); }

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

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

 a { background-color: rgb(137,111,120); }

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

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

 span { border-color: rgb(137,111,120); }

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