#918687

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

Shades of Venus #918687

Tints of Venus #918687

Color information

#918687 (or 0x918687) is unknown color: approx Venus. HEX triplet: 91, 86 and 87. RGB value is (145,134,135). Sum of RGB (Red+Green+Blue) = 145+134+135=414 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.02% from 414); Green value is 134 (52.73% from 255 or 32.37% from 414); Blue value is 135 (53.12% from 255 or 32.61% from 414); Max value from RGB is 145 - color contains mainly: red. Hex color #918687 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #918687 is #6E7978. Grayscale: #898989. Windows color (decimal): -7240057 or 8881809. OLE color: 8881809.

HSL color Cylindrical-coordinate representation of color #918687: hue angle of 354.55º degrees, saturation: 0.05, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #918687 is Cyan = 0, Magento = 0.08, Yellow = 0.07 and Black (K on CMYK) = 0.43.

Color convert

RGB145134135-
CMYK00.080.070.43
HSL354.55º4.76%54.71%-
HSV(B)354.55º7.59%56.86%-
XYZ24.5824.8226.42-
YUV137.4126.64133.42-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 35.02%
GREEN value IS 134 (52.73% from 255) = 32.37%
BLUE value IS 135 (53.12% from 255) = 32.61%
R=35.02%
G=32.37%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.07
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14513413500.080.070.43354.554.7654.71
Hex9186870872B163537
Octal221206207010753543567
Binary10010001100001101000011101000111101011101100011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918687; }

 p { color: rgb(145,134,135); }

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

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

 a { background-color: rgb(145,134,135); }

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

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

 span { border-color: rgb(145,134,135); }

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