#90777C

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

Shades of Venus #90777C

Tints of Venus #90777C

Color information

#90777C (or 0x90777C) is unknown color: approx Venus. HEX triplet: 90, 77 and 7C. RGB value is (144,119,124). Sum of RGB (Red+Green+Blue) = 144+119+124=387 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.21% from 387); Green value is 119 (46.88% from 255 or 30.75% from 387); Blue value is 124 (48.83% from 255 or 32.04% from 387); Max value from RGB is 144 - color contains mainly: red. Hex color #90777C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90777C is #6F8883. Grayscale: #7F7F7F. Windows color (decimal): -7309444 or 8157072. OLE color: 8157072.

HSL color Cylindrical-coordinate representation of color #90777C: hue angle of 348º degrees, saturation: 0.1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #90777C is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.44.

Color convert

RGB144119124-
CMYK00.170.140.44
HSL348º10.12%51.57%-
HSV(B)348º17.36%56.47%-
XYZ21.7420.5821.9-
YUV127.04126.28140.09-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.21%
GREEN value IS 119 (46.88% from 255) = 30.75%
BLUE value IS 124 (48.83% from 255) = 32.04%
R=37.21%
G=30.75%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.14
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14411912400.170.140.4434810.1251.57
Hex90777C011E2C15ca34
Octal22016717402116545341264
Binary100100001110111111110001000111101011001010111001010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90777C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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