#917479

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

Shades of Venus #917479

Tints of Venus #917479

Color information

#917479 (or 0x917479) is unknown color: approx Venus. HEX triplet: 91, 74 and 79. RGB value is (145,116,121). Sum of RGB (Red+Green+Blue) = 145+116+121=382 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.96% from 382); Green value is 116 (45.70% from 255 or 30.37% from 382); Blue value is 121 (47.66% from 255 or 31.68% from 382); Max value from RGB is 145 - color contains mainly: red. Hex color #917479 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917479 is #6E8B86. Grayscale: #7D7D7D. Windows color (decimal): -7244679 or 7959697. OLE color: 7959697.

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

Color convert

RGB145116121-
CMYK00.20.170.43
HSL349.66º11.65%51.18%-
HSV(B)349.66º20%56.86%-
XYZ21.3719.8920.8-
YUV125.24125.61142.09-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 37.96%
GREEN value IS 116 (45.70% from 255) = 30.37%
BLUE value IS 121 (47.66% from 255) = 31.68%
R=37.96%
G=30.37%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.17
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14511612100.20.170.43349.6611.6551.18
Hex917479014112B15ec33
Octal22116417102421535361463
Binary1001000111101001111001010100100011010111010111101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917479; }

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

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

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

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

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

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

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

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