#917379

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

Shades of Venus #917379

Tints of Venus #917379

Color information

#917379 (or 0x917379) is unknown color: approx Venus. HEX triplet: 91, 73 and 79. RGB value is (145,115,121). Sum of RGB (Red+Green+Blue) = 145+115+121=381 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.06% from 381); Green value is 115 (45.31% from 255 or 30.18% from 381); Blue value is 121 (47.66% from 255 or 31.76% from 381); Max value from RGB is 145 - color contains mainly: red. Hex color #917379 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917379 is #6E8C86. Grayscale: #7C7C7C. Windows color (decimal): -7244935 or 7959441. OLE color: 7959441.

HSL color Cylindrical-coordinate representation of color #917379: hue angle of 348º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #917379 is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.43.

Color convert

RGB145115121-
CMYK00.210.170.43
HSL348º12%50.98%-
HSV(B)348º20.69%56.86%-
XYZ21.2619.6620.76-
YUV124.65125.94142.51-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.06%
GREEN value IS 115 (45.31% from 255) = 30.18%
BLUE value IS 121 (47.66% from 255) = 31.76%
R=38.06%
G=30.18%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.17
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14511512100.210.170.433481250.98
Hex917379015112B15cc33
Octal22116317102521535341463
Binary1001000111100111111001010101100011010111010111001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917379; }

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

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

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

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

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

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

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

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