#916E79

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

Shades of Venus #916E79

Tints of Venus #916E79

Color information

#916E79 (or 0x916E79) is unknown color: approx Venus. HEX triplet: 91, 6E and 79. RGB value is (145,110,121). Sum of RGB (Red+Green+Blue) = 145+110+121=376 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.56% from 376); Green value is 110 (43.36% from 255 or 29.26% from 376); Blue value is 121 (47.66% from 255 or 32.18% from 376); Max value from RGB is 145 - color contains mainly: red. Hex color #916E79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916E79 is #6E9186. Grayscale: #797979. Windows color (decimal): -7246215 or 7958161. OLE color: 7958161.

HSL color Cylindrical-coordinate representation of color #916E79: hue angle of 341.14º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #916E79 is Cyan = 0, Magento = 0.24, Yellow = 0.17 and Black (K on CMYK) = 0.43.

Color convert

RGB145110121-
CMYK00.240.170.43
HSL341.14º13.73%50%-
HSV(B)341.14º24.14%56.86%-
XYZ20.718.5520.58-
YUV121.72127.6144.61-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.56%
GREEN value IS 110 (43.36% from 255) = 29.26%
BLUE value IS 121 (47.66% from 255) = 32.18%
R=38.56%
G=29.26%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.17
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14511012100.240.170.43341.1413.7350
Hex916E79018112B155e32
Octal22115617103021535251662
Binary1001000111011101111001011000100011010111010101011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #916E79; }

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

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

<style>
 a { background-color: #916E79; }

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

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

<style>
 span { border-color: #916E79; }

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

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