#90707C

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

Shades of Venus #90707C

Tints of Venus #90707C

Color information

#90707C (or 0x90707C) is unknown color: approx Venus. HEX triplet: 90, 70 and 7C. RGB value is (144,112,124). Sum of RGB (Red+Green+Blue) = 144+112+124=380 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.89% from 380); Green value is 112 (44.14% from 255 or 29.47% from 380); Blue value is 124 (48.83% from 255 or 32.63% from 380); Max value from RGB is 144 - color contains mainly: red. Hex color #90707C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90707C is #6F8F83. Grayscale: #7A7A7A. Windows color (decimal): -7311236 or 8155280. OLE color: 8155280.

HSL color Cylindrical-coordinate representation of color #90707C: hue angle of 337.5º degrees, saturation: 0.13, 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 #90707C is Cyan = 0, Magento = 0.22, Yellow = 0.14 and Black (K on CMYK) = 0.44.

Color convert

RGB144112124-
CMYK00.220.140.44
HSL337.5º12.6%50.2%-
HSV(B)337.5º22.22%56.47%-
XYZ20.9318.9721.63-
YUV122.94128.6143.02-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.89%
GREEN value IS 112 (44.14% from 255) = 29.47%
BLUE value IS 124 (48.83% from 255) = 32.63%
R=37.89%
G=29.47%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.14
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14411212400.220.140.44337.512.650.2
Hex90707C016E2C152d32
Octal22016017402616545221562
Binary100100001110000111110001011011101011001010100101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90707C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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