#94737E

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

Shades of Venus #94737E

Tints of Venus #94737E

Color information

#94737E (or 0x94737E) is unknown color: approx Venus. HEX triplet: 94, 73 and 7E. RGB value is (148,115,126). Sum of RGB (Red+Green+Blue) = 148+115+126=389 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.05% from 389); Green value is 115 (45.31% from 255 or 29.56% from 389); Blue value is 126 (49.61% from 255 or 32.39% from 389); Max value from RGB is 148 - color contains mainly: red. Hex color #94737E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94737E is #6B8C81. Grayscale: #7E7E7E. Windows color (decimal): -7048322 or 8287124. OLE color: 8287124.

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

Color convert

RGB148115126-
CMYK00.220.150.42
HSL340º13.36%51.57%-
HSV(B)340º22.3%58.04%-
XYZ22.1120.0622.45-
YUV126.12127.93143.61-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.05%
GREEN value IS 115 (45.31% from 255) = 29.56%
BLUE value IS 126 (49.61% from 255) = 32.39%
R=38.05%
G=29.56%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14811512600.220.150.4234013.3651.57
Hex94737E016F2A154d34
Octal22416317602617525241564
Binary100101001110011111111001011011111010101010101001101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94737E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94737E; }

 p { color: rgb(148,115,126); }

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

<style>
 a { background-color: #94737E; }

 a { background-color: rgb(148,115,126); }

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

<style>
 span { border-color: #94737E; }

 span { border-color: rgb(148,115,126); }

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