#90727D

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

Shades of Venus #90727D

Tints of Venus #90727D

Color information

#90727D (or 0x90727D) is unknown color: approx Venus. HEX triplet: 90, 72 and 7D. RGB value is (144,114,125). Sum of RGB (Red+Green+Blue) = 144+114+125=383 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.60% from 383); Green value is 114 (44.92% from 255 or 29.77% from 383); Blue value is 125 (49.22% from 255 or 32.64% from 383); Max value from RGB is 144 - color contains mainly: red. Hex color #90727D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90727D is #6F8D82. Grayscale: #7C7C7C. Windows color (decimal): -7310723 or 8221328. OLE color: 8221328.

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

Color convert

RGB144114125-
CMYK00.210.130.44
HSL338º11.9%50.59%-
HSV(B)338º20.83%56.47%-
XYZ21.2219.4422.04-
YUV124.22128.44142.11-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.60%
GREEN value IS 114 (44.92% from 255) = 29.77%
BLUE value IS 125 (49.22% from 255) = 32.64%
R=37.60%
G=29.77%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.13
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14411412500.210.130.4433811.950.59
Hex90727D015D2C152c33
Octal22016217502515545221463
Binary100100001110010111110101010111011011001010100101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90727D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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