#90717D

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

Shades of Venus #90717D

Tints of Venus #90717D

Color information

#90717D (or 0x90717D) is unknown color: approx Venus. HEX triplet: 90, 71 and 7D. RGB value is (144,113,125). Sum of RGB (Red+Green+Blue) = 144+113+125=382 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.70% from 382); Green value is 113 (44.53% from 255 or 29.58% from 382); Blue value is 125 (49.22% from 255 or 32.72% from 382); Max value from RGB is 144 - color contains mainly: red. Hex color #90717D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90717D is #6F8E82. Grayscale: #7B7B7B. Windows color (decimal): -7310979 or 8221072. OLE color: 8221072.

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

Color convert

RGB144113125-
CMYK00.220.130.44
HSL336.77º12.25%50.39%-
HSV(B)336.77º21.53%56.47%-
XYZ21.1119.2222-
YUV123.64128.77142.52-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.70%
GREEN value IS 113 (44.53% from 255) = 29.58%
BLUE value IS 125 (49.22% from 255) = 32.72%
R=37.70%
G=29.58%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.13
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14411312500.220.130.44336.7712.2550.39
Hex90717D016D2C151c32
Octal22016117502615545211462
Binary100100001110001111110101011011011011001010100011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90717D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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