#90737C

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

Shades of Venus #90737C

Tints of Venus #90737C

Color information

#90737C (or 0x90737C) is unknown color: approx Venus. HEX triplet: 90, 73 and 7C. RGB value is (144,115,124). Sum of RGB (Red+Green+Blue) = 144+115+124=383 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.60% from 383); Green value is 115 (45.31% from 255 or 30.03% from 383); Blue value is 124 (48.83% from 255 or 32.38% from 383); Max value from RGB is 144 - color contains mainly: red. Hex color #90737C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90737C is #6F8C83. Grayscale: #7C7C7C. Windows color (decimal): -7310468 or 8156048. OLE color: 8156048.

HSL color Cylindrical-coordinate representation of color #90737C: hue angle of 341.38º 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 #90737C is Cyan = 0, Magento = 0.20, Yellow = 0.14 and Black (K on CMYK) = 0.44.

Color convert

RGB144115124-
CMYK00.200.140.44
HSL341.38º11.55%50.78%-
HSV(B)341.38º20.14%56.47%-
XYZ21.2719.6521.74-
YUV124.7127.61141.77-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.60%
GREEN value IS 115 (45.31% from 255) = 30.03%
BLUE value IS 124 (48.83% from 255) = 32.38%
R=37.60%
G=30.03%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.14
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14411512400.200.140.44341.3811.5550.78
Hex90737C014E2C155c33
Octal22016317402416545251463
Binary100100001110011111110001010011101011001010101011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90737C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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