#89777E

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

Shades of Venus #89777E

Tints of Venus #89777E

Color information

#89777E (or 0x89777E) is unknown color: approx Venus. HEX triplet: 89, 77 and 7E. RGB value is (137,119,126). Sum of RGB (Red+Green+Blue) = 137+119+126=382 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.86% from 382); Green value is 119 (46.88% from 255 or 31.15% from 382); Blue value is 126 (49.61% from 255 or 32.98% from 382); Max value from RGB is 137 - color contains mainly: red. Hex color #89777E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89777E is #768881. Grayscale: #7D7D7D. Windows color (decimal): -7768194 or 8288137. OLE color: 8288137.

HSL color Cylindrical-coordinate representation of color #89777E: hue angle of 336.67º 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 #89777E is Cyan = 0, Magento = 0.13, Yellow = 0.08 and Black (K on CMYK) = 0.46.

Color convert

RGB137119126-
CMYK00.130.080.46
HSL336.67º7.09%50.2%-
HSV(B)336.67º13.14%53.73%-
XYZ20.6820.0222.51-
YUV125.18128.46136.43-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 35.86%
GREEN value IS 119 (46.88% from 255) = 31.15%
BLUE value IS 126 (49.61% from 255) = 32.98%
R=35.86%
G=31.15%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.08
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13711912600.130.080.46336.677.0950.2
Hex89777E0D82E151732
Octal2111671760151056521762
Binary1000100111101111111110011011000101110101010001111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89777E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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