#734A61

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

Shades of Cosmic #734A61

Tints of Cosmic #734A61

Color information

#734A61 (or 0x734A61) is unknown color: approx Cosmic. HEX triplet: 73, 4A and 61. RGB value is (115,74,97). Sum of RGB (Red+Green+Blue) = 115+74+97=286 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.21% from 286); Green value is 74 (29.30% from 255 or 25.87% from 286); Blue value is 97 (38.28% from 255 or 33.92% from 286); Max value from RGB is 115 - color contains mainly: red. Hex color #734A61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #734A61 is #8CB59E. Grayscale: #585858. Windows color (decimal): -9221535 or 6376051. OLE color: 6376051.

HSL color Cylindrical-coordinate representation of color #734A61: hue angle of 326.34º 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 #734A61 is Cyan = 0, Magento = 0.36, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB1157497-
CMYK00.360.160.55
HSL326.34º21.69%37.06%-
HSV(B)326.34º35.65%45.1%-
XYZ11.689.4112.51-
YUV88.88132.58146.63-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 40.21%
GREEN value IS 74 (29.30% from 255) = 25.87%
BLUE value IS 97 (38.28% from 255) = 33.92%
R=40.21%
G=25.87%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.16
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115749700.360.160.55326.3421.6937.06
Hex734A6102410371461625
Octal16311214104420675062645
Binary11100111001010110000101001001000011011110100011010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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