#734958

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

Shades of Cosmic #734958

Tints of Cosmic #734958

Color information

#734958 (or 0x734958) is unknown color: approx Cosmic. HEX triplet: 73, 49 and 58. RGB value is (115,73,88). Sum of RGB (Red+Green+Blue) = 115+73+88=276 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.67% from 276); Green value is 73 (28.91% from 255 or 26.45% from 276); Blue value is 88 (34.77% from 255 or 31.88% from 276); Max value from RGB is 115 - color contains mainly: red. Hex color #734958 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #734958 is #8CB6A7. Grayscale: #575757. Windows color (decimal): -9221800 or 5785971. OLE color: 5785971.

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

Color convert

RGB1157388-
CMYK00.370.230.55
HSL338.57º22.34%36.86%-
HSV(B)338.57º36.52%45.1%-
XYZ11.219.1110.4-
YUV87.27128.41147.78-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 41.67%
GREEN value IS 73 (28.91% from 255) = 26.45%
BLUE value IS 88 (34.77% from 255) = 31.88%
R=41.67%
G=26.45%
B=31.88%

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
Decimal115738800.370.230.55338.5722.3436.86
Hex73495802517371531625
Octal16311113004527675232645
Binary11100111001001101100001001011011111011110101001110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734958; }

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

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

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

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

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

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

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

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