#89777C

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

Shades of Venus #89777C

Tints of Venus #89777C

Color information

#89777C (or 0x89777C) is unknown color: approx Venus. HEX triplet: 89, 77 and 7C. RGB value is (137,119,124). Sum of RGB (Red+Green+Blue) = 137+119+124=380 (50% of max value = 765). Red value is 137 (53.91% from 255 or 36.05% from 380); Green value is 119 (46.88% from 255 or 31.32% from 380); Blue value is 124 (48.83% from 255 or 32.63% from 380); Max value from RGB is 137 - color contains mainly: red. Hex color #89777C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89777C is #768883. Grayscale: #7C7C7C. Windows color (decimal): -7768196 or 8157065. OLE color: 8157065.

HSL color Cylindrical-coordinate representation of color #89777C: hue angle of 343.33º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #89777C is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB137119124-
CMYK00.130.090.46
HSL343.33º7.09%50.2%-
HSV(B)343.33º13.14%53.73%-
XYZ20.5519.9721.84-
YUV124.95127.46136.59-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 36.05%
GREEN value IS 119 (46.88% from 255) = 31.32%
BLUE value IS 124 (48.83% from 255) = 32.63%
R=36.05%
G=31.32%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.09
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13711912400.130.090.46343.337.0950.2
Hex89777C0D92E157732
Octal2111671740151156527762
Binary1000100111101111111100011011001101110101010111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89777C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89777C; }

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

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

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

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

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

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

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

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