#91757A

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

Shades of Venus #91757A

Tints of Venus #91757A

Color information

#91757A (or 0x91757A) is unknown color: approx Venus. HEX triplet: 91, 75 and 7A. RGB value is (145,117,122). Sum of RGB (Red+Green+Blue) = 145+117+122=384 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.76% from 384); Green value is 117 (46.09% from 255 or 30.47% from 384); Blue value is 122 (48.05% from 255 or 31.77% from 384); Max value from RGB is 145 - color contains mainly: red. Hex color #91757A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91757A is #6E8A85. Grayscale: #7D7D7D. Windows color (decimal): -7244422 or 8025489. OLE color: 8025489.

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

Color convert

RGB145117122-
CMYK00.190.160.43
HSL349.29º11.29%51.37%-
HSV(B)349.29º19.31%56.86%-
XYZ21.5520.1521.17-
YUV125.94125.78141.59-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 37.76%
GREEN value IS 117 (46.09% from 255) = 30.47%
BLUE value IS 122 (48.05% from 255) = 31.77%
R=37.76%
G=30.47%
B=31.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.16
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14511712200.190.160.43349.2911.2951.37
Hex91757A013102B15db33
Octal22116517202320535351363
Binary1001000111101011111010010011100001010111010111011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91757A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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