#91757E

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

Shades of Venus #91757E

Tints of Venus #91757E

Color information

#91757E (or 0x91757E) is unknown color: approx Venus. HEX triplet: 91, 75 and 7E. RGB value is (145,117,126). Sum of RGB (Red+Green+Blue) = 145+117+126=388 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.37% from 388); Green value is 117 (46.09% from 255 or 30.15% from 388); Blue value is 126 (49.61% from 255 or 32.47% from 388); Max value from RGB is 145 - color contains mainly: red. Hex color #91757E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91757E is #6E8A81. Grayscale: #7E7E7E. Windows color (decimal): -7244418 or 8287633. OLE color: 8287633.

HSL color Cylindrical-coordinate representation of color #91757E: hue angle of 340.71º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #91757E is Cyan = 0, Magento = 0.19, Yellow = 0.13 and Black (K on CMYK) = 0.43.

Color convert

RGB145117126-
CMYK00.190.130.43
HSL340.71º11.29%51.37%-
HSV(B)340.71º19.31%56.86%-
XYZ21.820.2522.5-
YUV126.4127.78141.27-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 37.37%
GREEN value IS 117 (46.09% from 255) = 30.15%
BLUE value IS 126 (49.61% from 255) = 32.47%
R=37.37%
G=30.15%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.13
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14511712600.190.130.43340.7111.2951.37
Hex91757E013D2B155b33
Octal22116517602315535251363
Binary100100011110101111111001001111011010111010101011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91757E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,117,126); }

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

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

 a { background-color: rgb(145,117,126); }

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

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

 span { border-color: rgb(145,117,126); }

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