#90727B

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

Shades of Venus #90727B

Tints of Venus #90727B

Color information

#90727B (or 0x90727B) is unknown color: approx Venus. HEX triplet: 90, 72 and 7B. RGB value is (144,114,123). Sum of RGB (Red+Green+Blue) = 144+114+123=381 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.80% from 381); Green value is 114 (44.92% from 255 or 29.92% from 381); Blue value is 123 (48.44% from 255 or 32.28% from 381); Max value from RGB is 144 - color contains mainly: red. Hex color #90727B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90727B is #6F8D84. Grayscale: #7B7B7B. Windows color (decimal): -7310725 or 8090256. OLE color: 8090256.

HSL color Cylindrical-coordinate representation of color #90727B: hue angle of 342º 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 #90727B is Cyan = 0, Magento = 0.21, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB144114123-
CMYK00.210.150.44
HSL342º11.9%50.59%-
HSV(B)342º20.83%56.47%-
XYZ21.0919.3921.37-
YUV124127.44142.27-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.80%
GREEN value IS 114 (44.92% from 255) = 29.92%
BLUE value IS 123 (48.44% from 255) = 32.28%
R=37.80%
G=29.92%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14411412300.210.150.4434211.950.59
Hex90727B015F2C156c33
Octal22016217302517545261463
Binary100100001110010111101101010111111011001010101101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90727B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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