#734A62

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

Shades of Cosmic #734A62

Tints of Cosmic #734A62

Color information

#734A62 (or 0x734A62) is unknown color: approx Cosmic. HEX triplet: 73, 4A and 62. RGB value is (115,74,98). Sum of RGB (Red+Green+Blue) = 115+74+98=287 (38% of max value = 765). Red value is 115 (45.31% from 255 or 40.07% from 287); Green value is 74 (29.30% from 255 or 25.78% from 287); Blue value is 98 (38.67% from 255 or 34.15% from 287); Max value from RGB is 115 - color contains mainly: red. Hex color #734A62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #734A62 is #8CB59D. Grayscale: #585858. Windows color (decimal): -9221534 or 6441587. OLE color: 6441587.

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

Color convert

RGB1157498-
CMYK00.360.150.55
HSL324.88º21.69%37.06%-
HSV(B)324.88º35.65%45.1%-
XYZ11.729.4212.76-
YUV88.99133.08146.55-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 40.07%
GREEN value IS 74 (29.30% from 255) = 25.78%
BLUE value IS 98 (38.67% from 255) = 34.15%
R=40.07%
G=25.78%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.15
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115749800.360.150.55324.8821.6937.06
Hex734A62024F371451625
Octal16311214204417675052645
Binary1110011100101011000100100100111111011110100010110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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