#916F79

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

Shades of Venus #916F79

Tints of Venus #916F79

Color information

#916F79 (or 0x916F79) is unknown color: approx Venus. HEX triplet: 91, 6F and 79. RGB value is (145,111,121). Sum of RGB (Red+Green+Blue) = 145+111+121=377 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.46% from 377); Green value is 111 (43.75% from 255 or 29.44% from 377); Blue value is 121 (47.66% from 255 or 32.10% from 377); Max value from RGB is 145 - color contains mainly: red. Hex color #916F79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916F79 is #6E9086. Grayscale: #7A7A7A. Windows color (decimal): -7245959 or 7958417. OLE color: 7958417.

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

Color convert

RGB145111121-
CMYK00.230.170.43
HSL342.35º13.39%50.2%-
HSV(B)342.35º23.45%56.86%-
XYZ20.8118.7720.62-
YUV122.31127.26144.19-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.46%
GREEN value IS 111 (43.75% from 255) = 29.44%
BLUE value IS 121 (47.66% from 255) = 32.10%
R=38.46%
G=29.44%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.17
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14511112100.230.170.43342.3513.3950.2
Hex916F79017112B156d32
Octal22115717102721535261562
Binary1001000111011111111001010111100011010111010101101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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