#94757C

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

Shades of Venus #94757C

Tints of Venus #94757C

Color information

#94757C (or 0x94757C) is unknown color: approx Venus. HEX triplet: 94, 75 and 7C. RGB value is (148,117,124). Sum of RGB (Red+Green+Blue) = 148+117+124=389 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.05% from 389); Green value is 117 (46.09% from 255 or 30.08% from 389); Blue value is 124 (48.83% from 255 or 31.88% from 389); Max value from RGB is 148 - color contains mainly: red. Hex color #94757C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94757C is #6B8A83. Grayscale: #7F7F7F. Windows color (decimal): -7047812 or 8156564. OLE color: 8156564.

HSL color Cylindrical-coordinate representation of color #94757C: hue angle of 346.45º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #94757C is Cyan = 0, Magento = 0.21, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB148117124-
CMYK00.210.160.42
HSL346.45º12.65%51.96%-
HSV(B)346.45º20.95%58.04%-
XYZ22.2120.4721.85-
YUV127.07126.27142.93-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.05%
GREEN value IS 117 (46.09% from 255) = 30.08%
BLUE value IS 124 (48.83% from 255) = 31.88%
R=38.05%
G=30.08%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14811712400.210.160.42346.4512.6551.96
Hex94757C015102A15ad34
Octal22416517402520525321564
Binary1001010011101011111100010101100001010101010110101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94757C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,117,124); }

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

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

 a { background-color: rgb(148,117,124); }

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

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

 span { border-color: rgb(148,117,124); }

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