#94757D

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

Shades of Venus #94757D

Tints of Venus #94757D

Color information

#94757D (or 0x94757D) is unknown color: approx Venus. HEX triplet: 94, 75 and 7D. RGB value is (148,117,125). Sum of RGB (Red+Green+Blue) = 148+117+125=390 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.95% from 390); Green value is 117 (46.09% from 255 or 30% from 390); Blue value is 125 (49.22% from 255 or 32.05% from 390); Max value from RGB is 148 - color contains mainly: red. Hex color #94757D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94757D is #6B8A82. Grayscale: #7F7F7F. Windows color (decimal): -7047811 or 8222100. OLE color: 8222100.

HSL color Cylindrical-coordinate representation of color #94757D: hue angle of 344.52º 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 #94757D is Cyan = 0, Magento = 0.21, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB148117125-
CMYK00.210.160.42
HSL344.52º12.65%51.96%-
HSV(B)344.52º20.95%58.04%-
XYZ22.2820.522.18-
YUV127.18126.77142.85-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.95%
GREEN value IS 117 (46.09% from 255) = 30%
BLUE value IS 125 (49.22% from 255) = 32.05%
R=37.95%
G=30%
B=32.05%

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
Decimal14811712500.210.160.42344.5212.6551.96
Hex94757D015102A159d34
Octal22416517502520525311564
Binary1001010011101011111101010101100001010101010110011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94757D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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