#91797D

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

Shades of Venus #91797D

Tints of Venus #91797D

Color information

#91797D (or 0x91797D) is unknown color: approx Venus. HEX triplet: 91, 79 and 7D. RGB value is (145,121,125). Sum of RGB (Red+Green+Blue) = 145+121+125=391 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.08% from 391); Green value is 121 (47.66% from 255 or 30.95% from 391); Blue value is 125 (49.22% from 255 or 31.97% from 391); Max value from RGB is 145 - color contains mainly: red. Hex color #91797D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91797D is #6E8682. Grayscale: #808080. Windows color (decimal): -7243395 or 8223121. OLE color: 8223121.

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

Color convert

RGB145121125-
CMYK00.170.140.43
HSL350º9.84%52.16%-
HSV(B)350º16.55%56.86%-
XYZ22.2221.1822.32-
YUV128.63125.95139.67-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 37.08%
GREEN value IS 121 (47.66% from 255) = 30.95%
BLUE value IS 125 (49.22% from 255) = 31.97%
R=37.08%
G=30.95%
B=31.97%

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
Decimal14512112500.170.140.433509.8452.16
Hex91797D011E2B15ea34
Octal22117117502116535361264
Binary100100011111001111110101000111101010111010111101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91797D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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