#91787C

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

Shades of Venus #91787C

Tints of Venus #91787C

Color information

#91787C (or 0x91787C) is unknown color: approx Venus. HEX triplet: 91, 78 and 7C. RGB value is (145,120,124). Sum of RGB (Red+Green+Blue) = 145+120+124=389 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.28% from 389); Green value is 120 (47.27% from 255 or 30.85% from 389); Blue value is 124 (48.83% from 255 or 31.88% from 389); Max value from RGB is 145 - color contains mainly: red. Hex color #91787C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91787C is #6E8783. Grayscale: #7F7F7F. Windows color (decimal): -7243652 or 8157329. OLE color: 8157329.

HSL color Cylindrical-coordinate representation of color #91787C: hue angle of 350.4º degrees, saturation: 0.1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #91787C is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB145120124-
CMYK00.170.140.43
HSL350.4º10.2%51.96%-
HSV(B)350.4º17.24%56.86%-
XYZ22.0320.9121.94-
YUV127.93125.78140.17-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 37.28%
GREEN value IS 120 (47.27% from 255) = 30.85%
BLUE value IS 124 (48.83% from 255) = 31.88%
R=37.28%
G=30.85%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14512012400.170.140.43350.410.251.96
Hex91787C011E2B15ea34
Octal22117017402116535361264
Binary100100011111000111110001000111101010111010111101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91787C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,120,124); }

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

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

 a { background-color: rgb(145,120,124); }

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

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

 span { border-color: rgb(145,120,124); }

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