#91747F

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

Shades of Venus #91747F

Tints of Venus #91747F

Color information

#91747F (or 0x91747F) is unknown color: approx Venus. HEX triplet: 91, 74 and 7F. RGB value is (145,116,127). Sum of RGB (Red+Green+Blue) = 145+116+127=388 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.37% from 388); Green value is 116 (45.70% from 255 or 29.90% from 388); Blue value is 127 (50% from 255 or 32.73% from 388); Max value from RGB is 145 - color contains mainly: red. Hex color #91747F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91747F is #6E8B80. Grayscale: #7D7D7D. Windows color (decimal): -7244673 or 8352913. OLE color: 8352913.

HSL color Cylindrical-coordinate representation of color #91747F: hue angle of 337.24º 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 #91747F is Cyan = 0, Magento = 0.2, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB145116127-
CMYK00.20.120.43
HSL337.24º11.65%51.18%-
HSV(B)337.24º20%56.86%-
XYZ21.7520.0422.8-
YUV125.92128.61141.61-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 37.37%
GREEN value IS 116 (45.70% from 255) = 29.90%
BLUE value IS 127 (50% from 255) = 32.73%
R=37.37%
G=29.90%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14511612700.20.120.43337.2411.6551.18
Hex91747F014C2B151c33
Octal22116417702414535211463
Binary100100011110100111111101010011001010111010100011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91747F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91747F; }

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

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

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

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

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

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

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

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