#917079

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

Shades of Venus #917079

Tints of Venus #917079

Color information

#917079 (or 0x917079) is unknown color: approx Venus. HEX triplet: 91, 70 and 79. RGB value is (145,112,121). Sum of RGB (Red+Green+Blue) = 145+112+121=378 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.36% from 378); Green value is 112 (44.14% from 255 or 29.63% from 378); Blue value is 121 (47.66% from 255 or 32.01% from 378); Max value from RGB is 145 - color contains mainly: red. Hex color #917079 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917079 is #6E8F86. Grayscale: #7A7A7A. Windows color (decimal): -7245703 or 7958673. OLE color: 7958673.

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

Color convert

RGB145112121-
CMYK00.230.170.43
HSL343.64º13.04%50.39%-
HSV(B)343.64º22.76%56.86%-
XYZ20.9218.9920.65-
YUV122.89126.93143.77-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.36%
GREEN value IS 112 (44.14% from 255) = 29.63%
BLUE value IS 121 (47.66% from 255) = 32.01%
R=38.36%
G=29.63%
B=32.01%

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
Decimal14511212100.230.170.43343.6413.0450.39
Hex917079017112B158d32
Octal22116017102721535301562
Binary1001000111100001111001010111100011010111010110001101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917079; }

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

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

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

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

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

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

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

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