#89777D

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

Shades of Venus #89777D

Tints of Venus #89777D

Color information

#89777D (or 0x89777D) is unknown color: approx Venus. HEX triplet: 89, 77 and 7D. RGB value is (137,119,125). Sum of RGB (Red+Green+Blue) = 137+119+125=381 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.96% from 381); Green value is 119 (46.88% from 255 or 31.23% from 381); Blue value is 125 (49.22% from 255 or 32.81% from 381); Max value from RGB is 137 - color contains mainly: red. Hex color #89777D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89777D is #768882. Grayscale: #7D7D7D. Windows color (decimal): -7768195 or 8222601. OLE color: 8222601.

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

Color convert

RGB137119125-
CMYK00.130.090.46
HSL340º7.09%50.2%-
HSV(B)340º13.14%53.73%-
XYZ20.6219.9922.17-
YUV125.07127.96136.51-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 35.96%
GREEN value IS 119 (46.88% from 255) = 31.23%
BLUE value IS 125 (49.22% from 255) = 32.81%
R=35.96%
G=31.23%
B=32.81%

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
Decimal13711912500.130.090.463407.0950.2
Hex89777D0D92E154732
Octal2111671750151156524762
Binary1000100111101111111101011011001101110101010100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89777D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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