#90797C

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

Shades of Venus #90797C

Tints of Venus #90797C

Color information

#90797C (or 0x90797C) is unknown color: approx Venus. HEX triplet: 90, 79 and 7C. RGB value is (144,121,124). Sum of RGB (Red+Green+Blue) = 144+121+124=389 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.02% from 389); Green value is 121 (47.66% from 255 or 31.11% from 389); Blue value is 124 (48.83% from 255 or 31.88% from 389); Max value from RGB is 144 - color contains mainly: red. Hex color #90797C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90797C is #6F8683. Grayscale: #808080. Windows color (decimal): -7308932 or 8157584. OLE color: 8157584.

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

Color convert

RGB144121124-
CMYK00.160.140.44
HSL352.17º9.39%51.96%-
HSV(B)352.17º15.97%56.47%-
XYZ21.9821.0621.98-
YUV128.22125.62139.26-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.02%
GREEN value IS 121 (47.66% from 255) = 31.11%
BLUE value IS 124 (48.83% from 255) = 31.88%
R=37.02%
G=31.11%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.14
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14412112400.160.140.44352.179.3951.96
Hex90797C010E2C160934
Octal22017117402016545401164
Binary100100001111001111110001000011101011001011000001001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90797C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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