#90797D

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

Shades of Venus #90797D

Tints of Venus #90797D

Color information

#90797D (or 0x90797D) is unknown color: approx Venus. HEX triplet: 90, 79 and 7D. RGB value is (144,121,125). Sum of RGB (Red+Green+Blue) = 144+121+125=390 (51% of max value = 765). Red value is 144 (56.64% from 255 or 36.92% from 390); Green value is 121 (47.66% from 255 or 31.03% from 390); Blue value is 125 (49.22% from 255 or 32.05% from 390); Max value from RGB is 144 - color contains mainly: red. Hex color #90797D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90797D is #6F8682. Grayscale: #808080. Windows color (decimal): -7308931 or 8223120. OLE color: 8223120.

HSL color Cylindrical-coordinate representation of color #90797D: hue angle of 349.57º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #90797D is Cyan = 0, Magento = 0.16, Yellow = 0.13 and Black (K on CMYK) = 0.44.

Color convert

RGB144121125-
CMYK00.160.130.44
HSL349.57º9.39%51.96%-
HSV(B)349.57º15.97%56.47%-
XYZ22.0421.0822.31-
YUV128.33126.12139.17-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 36.92%
GREEN value IS 121 (47.66% from 255) = 31.03%
BLUE value IS 125 (49.22% from 255) = 32.05%
R=36.92%
G=31.03%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.13
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14412112500.160.130.44349.579.3951.96
Hex90797D010D2C15e934
Octal22017117502015545361164
Binary100100001111001111110101000011011011001010111101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90797D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90797D; }

 p { color: rgb(144,121,125); }

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

<style>
 a { background-color: #90797D; }

 a { background-color: rgb(144,121,125); }

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

<style>
 span { border-color: #90797D; }

 span { border-color: rgb(144,121,125); }

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