#91747A

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

Shades of Venus #91747A

Tints of Venus #91747A

Color information

#91747A (or 0x91747A) is unknown color: approx Venus. HEX triplet: 91, 74 and 7A. RGB value is (145,116,122). Sum of RGB (Red+Green+Blue) = 145+116+122=383 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.86% from 383); Green value is 116 (45.70% from 255 or 30.29% from 383); Blue value is 122 (48.05% from 255 or 31.85% from 383); Max value from RGB is 145 - color contains mainly: red. Hex color #91747A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91747A is #6E8B85. Grayscale: #7D7D7D. Windows color (decimal): -7244678 or 8025233. OLE color: 8025233.

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

Color convert

RGB145116122-
CMYK00.20.160.43
HSL347.59º11.65%51.18%-
HSV(B)347.59º20%56.86%-
XYZ21.4419.9221.13-
YUV125.36126.11142.01-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 37.86%
GREEN value IS 116 (45.70% from 255) = 30.29%
BLUE value IS 122 (48.05% from 255) = 31.85%
R=37.86%
G=30.29%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.16
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14511612200.20.160.43347.5911.6551.18
Hex91747A014102B15cc33
Octal22116417202420535341463
Binary1001000111101001111010010100100001010111010111001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91747A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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