#91757D

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

Shades of Venus #91757D

Tints of Venus #91757D

Color information

#91757D (or 0x91757D) is unknown color: approx Venus. HEX triplet: 91, 75 and 7D. RGB value is (145,117,125). Sum of RGB (Red+Green+Blue) = 145+117+125=387 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.47% from 387); Green value is 117 (46.09% from 255 or 30.23% from 387); Blue value is 125 (49.22% from 255 or 32.30% from 387); Max value from RGB is 145 - color contains mainly: red. Hex color #91757D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91757D is #6E8A82. Grayscale: #7E7E7E. Windows color (decimal): -7244419 or 8222097. OLE color: 8222097.

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

Color convert

RGB145117125-
CMYK00.190.140.43
HSL342.86º11.29%51.37%-
HSV(B)342.86º19.31%56.86%-
XYZ21.7420.2222.16-
YUV126.28127.28141.35-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 37.47%
GREEN value IS 117 (46.09% from 255) = 30.23%
BLUE value IS 125 (49.22% from 255) = 32.30%
R=37.47%
G=30.23%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14511712500.190.140.43342.8611.2951.37
Hex91757D013E2B157b33
Octal22116517502316535271363
Binary100100011110101111110101001111101010111010101111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91757D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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