#734A66

Color #734A66 Cosmic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cosmic #734A66

Tints of Cosmic #734A66

Color information

#734A66 (or 0x734A66) is unknown color: approx Cosmic. HEX triplet: 73, 4A and 66. RGB value is (115,74,102). Sum of RGB (Red+Green+Blue) = 115+74+102=291 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.52% from 291); Green value is 74 (29.30% from 255 or 25.43% from 291); Blue value is 102 (40.23% from 255 or 35.05% from 291); Max value from RGB is 115 - color contains mainly: red. Hex color #734A66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #734A66 is #8CB599. Grayscale: #595959. Windows color (decimal): -9221530 or 6703731. OLE color: 6703731.

HSL color Cylindrical-coordinate representation of color #734A66: hue angle of 319.02º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #734A66 is Cyan = 0, Magento = 0.36, Yellow = 0.11 and Black (K on CMYK) = 0.55.

Color convert

RGB11574102-
CMYK00.360.110.55
HSL319.02º21.69%37.06%-
HSV(B)319.02º35.65%45.1%-
XYZ11.929.513.78-
YUV89.45135.08146.22-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 39.52%
GREEN value IS 74 (29.30% from 255) = 25.43%
BLUE value IS 102 (40.23% from 255) = 35.05%
R=39.52%
G=25.43%
B=35.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.11
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1157410200.360.110.55319.0221.6937.06
Hex734A66024B3713f1625
Octal16311214604413674772645
Binary1110011100101011001100100100101111011110011111110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734A66; }

 p { color: rgb(115,74,102); }

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

<style>
 a { background-color: #734A66; }

 a { background-color: rgb(115,74,102); }

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

<style>
 span { border-color: #734A66; }

 span { border-color: rgb(115,74,102); }

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