#90797F

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

Shades of Venus #90797F

Tints of Venus #90797F

Color information

#90797F (or 0x90797F) is unknown color: approx Venus. HEX triplet: 90, 79 and 7F. RGB value is (144,121,127). Sum of RGB (Red+Green+Blue) = 144+121+127=392 (51% of max value = 765). Red value is 144 (56.64% from 255 or 36.73% from 392); Green value is 121 (47.66% from 255 or 30.87% from 392); Blue value is 127 (50% from 255 or 32.40% from 392); Max value from RGB is 144 - color contains mainly: red. Hex color #90797F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90797F is #6F8680. Grayscale: #808080. Windows color (decimal): -7308929 or 8354192. OLE color: 8354192.

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

Color convert

RGB144121127-
CMYK00.160.120.44
HSL344.35º9.39%51.96%-
HSV(B)344.35º15.97%56.47%-
XYZ22.1721.1422.99-
YUV128.56127.12139.01-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 36.73%
GREEN value IS 121 (47.66% from 255) = 30.87%
BLUE value IS 127 (50% from 255) = 32.40%
R=36.73%
G=30.87%
B=32.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.12
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14412112700.160.120.44344.359.3951.96
Hex90797F010C2C158934
Octal22017117702014545301164
Binary100100001111001111111101000011001011001010110001001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90797F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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