#90757E

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

Shades of Venus #90757E

Tints of Venus #90757E

Color information

#90757E (or 0x90757E) is unknown color: approx Venus. HEX triplet: 90, 75 and 7E. RGB value is (144,117,126). Sum of RGB (Red+Green+Blue) = 144+117+126=387 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.21% from 387); Green value is 117 (46.09% from 255 or 30.23% from 387); Blue value is 126 (49.61% from 255 or 32.56% from 387); Max value from RGB is 144 - color contains mainly: red. Hex color #90757E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90757E is #6F8A81. Grayscale: #7E7E7E. Windows color (decimal): -7309954 or 8287632. OLE color: 8287632.

HSL color Cylindrical-coordinate representation of color #90757E: hue angle of 340º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #90757E is Cyan = 0, Magento = 0.19, Yellow = 0.12 and Black (K on CMYK) = 0.44.

Color convert

RGB144117126-
CMYK00.190.120.44
HSL340º10.84%51.18%-
HSV(B)340º18.75%56.47%-
XYZ21.6320.1622.49-
YUV126.1127.95140.77-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.21%
GREEN value IS 117 (46.09% from 255) = 30.23%
BLUE value IS 126 (49.61% from 255) = 32.56%
R=37.21%
G=30.23%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.12
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14411712600.190.120.4434010.8451.18
Hex90757E013C2C154b33
Octal22016517602314545241363
Binary100100001110101111111001001111001011001010101001011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90757E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90757E; }

 p { color: rgb(144,117,126); }

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

<style>
 a { background-color: #90757E; }

 a { background-color: rgb(144,117,126); }

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

<style>
 span { border-color: #90757E; }

 span { border-color: rgb(144,117,126); }

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