#90747A

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

Shades of Venus #90747A

Tints of Venus #90747A

Color information

#90747A (or 0x90747A) is unknown color: approx Venus. HEX triplet: 90, 74 and 7A. RGB value is (144,116,122). Sum of RGB (Red+Green+Blue) = 144+116+122=382 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.70% from 382); Green value is 116 (45.70% from 255 or 30.37% from 382); Blue value is 122 (48.05% from 255 or 31.94% from 382); Max value from RGB is 144 - color contains mainly: red. Hex color #90747A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90747A is #6F8B85. Grayscale: #7D7D7D. Windows color (decimal): -7310214 or 8025232. OLE color: 8025232.

HSL color Cylindrical-coordinate representation of color #90747A: hue angle of 347.14º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #90747A is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB144116122-
CMYK00.190.150.44
HSL347.14º11.2%50.98%-
HSV(B)347.14º19.44%56.47%-
XYZ21.2619.8321.12-
YUV125.06126.28141.51-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.70%
GREEN value IS 116 (45.70% from 255) = 30.37%
BLUE value IS 122 (48.05% from 255) = 31.94%
R=37.70%
G=30.37%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14411612200.190.150.44347.1411.250.98
Hex90747A013F2C15bb33
Octal22016417202317545331363
Binary100100001110100111101001001111111011001010110111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90747A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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