#89787F

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

Shades of Venus #89787F

Tints of Venus #89787F

Color information

#89787F (or 0x89787F) is unknown color: approx Venus. HEX triplet: 89, 78 and 7F. RGB value is (137,120,127). Sum of RGB (Red+Green+Blue) = 137+120+127=384 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.68% from 384); Green value is 120 (47.27% from 255 or 31.25% from 384); Blue value is 127 (50% from 255 or 33.07% from 384); Max value from RGB is 137 - color contains mainly: red. Hex color #89787F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89787F is #768780. Grayscale: #7D7D7D. Windows color (decimal): -7767937 or 8353929. OLE color: 8353929.

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

Color convert

RGB137120127-
CMYK00.120.070.46
HSL335.29º6.72%50.39%-
HSV(B)335.29º12.41%53.73%-
XYZ20.8620.2822.89-
YUV125.88128.63135.93-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 35.68%
GREEN value IS 120 (47.27% from 255) = 31.25%
BLUE value IS 127 (50% from 255) = 33.07%
R=35.68%
G=31.25%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.07
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13712012700.120.070.46335.296.7250.39
Hex89787F0C72E14f732
Octal211170177014756517762
Binary100010011111000111111101100111101110101001111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89787F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89787F; }

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

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

<style>
 a { background-color: #89787F; }

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

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

<style>
 span { border-color: #89787F; }

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

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