#93707A

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

Shades of Venus #93707A

Tints of Venus #93707A

Color information

#93707A (or 0x93707A) is unknown color: approx Venus. HEX triplet: 93, 70 and 7A. RGB value is (147,112,122). Sum of RGB (Red+Green+Blue) = 147+112+122=381 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.58% from 381); Green value is 112 (44.14% from 255 or 29.40% from 381); Blue value is 122 (48.05% from 255 or 32.02% from 381); Max value from RGB is 147 - color contains mainly: red. Hex color #93707A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93707A is #6C8F85. Grayscale: #7B7B7B. Windows color (decimal): -7114630 or 8024211. OLE color: 8024211.

HSL color Cylindrical-coordinate representation of color #93707A: hue angle of 342.86º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #93707A is Cyan = 0, Magento = 0.24, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB147112122-
CMYK00.240.170.42
HSL342.86º13.94%50.78%-
HSV(B)342.86º23.81%57.65%-
XYZ21.3419.220.99-
YUV123.6127.1144.69-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 38.58%
GREEN value IS 112 (44.14% from 255) = 29.40%
BLUE value IS 122 (48.05% from 255) = 32.02%
R=38.58%
G=29.40%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14711212200.240.170.42342.8613.9450.78
Hex93707A018112A157e33
Octal22316017203021525271663
Binary1001001111100001111010011000100011010101010101111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93707A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93707A; }

 p { color: rgb(147,112,122); }

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

<style>
 a { background-color: #93707A; }

 a { background-color: rgb(147,112,122); }

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

<style>
 span { border-color: #93707A; }

 span { border-color: rgb(147,112,122); }

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