#734961

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

Shades of Cosmic #734961

Tints of Cosmic #734961

Color information

#734961 (or 0x734961) is unknown color: approx Cosmic. HEX triplet: 73, 49 and 61. RGB value is (115,73,97). Sum of RGB (Red+Green+Blue) = 115+73+97=285 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.35% from 285); Green value is 73 (28.91% from 255 or 25.61% from 285); Blue value is 97 (38.28% from 255 or 34.04% from 285); Max value from RGB is 115 - color contains mainly: red. Hex color #734961 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #734961 is #8CB69E. Grayscale: #585858. Windows color (decimal): -9221791 or 6375795. OLE color: 6375795.

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

Color convert

RGB1157397-
CMYK00.370.160.55
HSL325.71º22.34%36.86%-
HSV(B)325.71º36.52%45.1%-
XYZ11.619.2712.49-
YUV88.29132.91147.05-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 40.35%
GREEN value IS 73 (28.91% from 255) = 25.61%
BLUE value IS 97 (38.28% from 255) = 34.04%
R=40.35%
G=25.61%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.16
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115739700.370.160.55325.7122.3436.86
Hex73496102510371461625
Octal16311114104520675062645
Binary11100111001001110000101001011000011011110100011010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734961; }

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

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

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

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

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

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

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

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