#91757B

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

Shades of Venus #91757B

Tints of Venus #91757B

Color information

#91757B (or 0x91757B) is unknown color: approx Venus. HEX triplet: 91, 75 and 7B. RGB value is (145,117,123). Sum of RGB (Red+Green+Blue) = 145+117+123=385 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.66% from 385); Green value is 117 (46.09% from 255 or 30.39% from 385); Blue value is 123 (48.44% from 255 or 31.95% from 385); Max value from RGB is 145 - color contains mainly: red. Hex color #91757B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91757B is #6E8A84. Grayscale: #7E7E7E. Windows color (decimal): -7244421 or 8091025. OLE color: 8091025.

HSL color Cylindrical-coordinate representation of color #91757B: hue angle of 347.14º 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 #91757B is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.43.

Color convert

RGB145117123-
CMYK00.190.150.43
HSL347.14º11.29%51.37%-
HSV(B)347.14º19.31%56.86%-
XYZ21.6120.1721.49-
YUV126.06126.28141.51-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 37.66%
GREEN value IS 117 (46.09% from 255) = 30.39%
BLUE value IS 123 (48.44% from 255) = 31.95%
R=37.66%
G=30.39%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.15
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14511712300.190.150.43347.1411.2951.37
Hex91757B013F2B15bb33
Octal22116517302317535331363
Binary100100011110101111101101001111111010111010110111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91757B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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