#734959

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

Shades of Cosmic #734959

Tints of Cosmic #734959

Color information

#734959 (or 0x734959) is unknown color: approx Cosmic. HEX triplet: 73, 49 and 59. RGB value is (115,73,89). Sum of RGB (Red+Green+Blue) = 115+73+89=277 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.52% from 277); Green value is 73 (28.91% from 255 or 26.35% from 277); Blue value is 89 (35.16% from 255 or 32.13% from 277); Max value from RGB is 115 - color contains mainly: red. Hex color #734959 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #734959 is #8CB6A6. Grayscale: #575757. Windows color (decimal): -9221799 or 5851507. OLE color: 5851507.

HSL color Cylindrical-coordinate representation of color #734959: hue angle of 337.14º 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 #734959 is Cyan = 0, Magento = 0.37, Yellow = 0.23 and Black (K on CMYK) = 0.55.

Color convert

RGB1157389-
CMYK00.370.230.55
HSL337.14º22.34%36.86%-
HSV(B)337.14º36.52%45.1%-
XYZ11.269.1310.62-
YUV87.38128.91147.7-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 41.52%
GREEN value IS 73 (28.91% from 255) = 26.35%
BLUE value IS 89 (35.16% from 255) = 32.13%
R=41.52%
G=26.35%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.23
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115738900.370.230.55337.1422.3436.86
Hex73495902517371511625
Octal16311113104527675212645
Binary11100111001001101100101001011011111011110101000110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734959; }

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

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

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

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

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

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

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

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