#90737A

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

Shades of Venus #90737A

Tints of Venus #90737A

Color information

#90737A (or 0x90737A) is unknown color: approx Venus. HEX triplet: 90, 73 and 7A. RGB value is (144,115,122). Sum of RGB (Red+Green+Blue) = 144+115+122=381 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.80% from 381); Green value is 115 (45.31% from 255 or 30.18% from 381); Blue value is 122 (48.05% from 255 or 32.02% from 381); Max value from RGB is 144 - color contains mainly: red. Hex color #90737A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90737A is #6F8C85. Grayscale: #7C7C7C. Windows color (decimal): -7310470 or 8024976. OLE color: 8024976.

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

Color convert

RGB144115122-
CMYK00.200.150.44
HSL345.52º11.55%50.78%-
HSV(B)345.52º20.14%56.47%-
XYZ21.1519.621.08-
YUV124.47126.61141.93-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.80%
GREEN value IS 115 (45.31% from 255) = 30.18%
BLUE value IS 122 (48.05% from 255) = 32.02%
R=37.80%
G=30.18%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14411512200.200.150.44345.5211.5550.78
Hex90737A014F2C15ac33
Octal22016317202417545321463
Binary100100001110011111101001010011111011001010110101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90737A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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