#90737F

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

Shades of Venus #90737F

Tints of Venus #90737F

Color information

#90737F (or 0x90737F) is unknown color: approx Venus. HEX triplet: 90, 73 and 7F. RGB value is (144,115,127). Sum of RGB (Red+Green+Blue) = 144+115+127=386 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.31% from 386); Green value is 115 (45.31% from 255 or 29.79% from 386); Blue value is 127 (50% from 255 or 32.90% from 386); Max value from RGB is 144 - color contains mainly: red. Hex color #90737F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90737F is #6F8C80. Grayscale: #7D7D7D. Windows color (decimal): -7310465 or 8352656. OLE color: 8352656.

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

Color convert

RGB144115127-
CMYK00.200.120.44
HSL335.17º11.55%50.78%-
HSV(B)335.17º20.14%56.47%-
XYZ21.4619.7222.75-
YUV125.04129.11141.52-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.31%
GREEN value IS 115 (45.31% from 255) = 29.79%
BLUE value IS 127 (50% from 255) = 32.90%
R=37.31%
G=29.79%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.12
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14411512700.200.120.44335.1711.5550.78
Hex90737F014C2C14fc33
Octal22016317702414545171463
Binary100100001110011111111101010011001011001010011111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90737F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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