#734960

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

Shades of Cosmic #734960

Tints of Cosmic #734960

Color information

#734960 (or 0x734960) is unknown color: approx Cosmic. HEX triplet: 73, 49 and 60. RGB value is (115,73,96). Sum of RGB (Red+Green+Blue) = 115+73+96=284 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.49% from 284); Green value is 73 (28.91% from 255 or 25.70% from 284); Blue value is 96 (37.89% from 255 or 33.80% from 284); Max value from RGB is 115 - color contains mainly: red. Hex color #734960 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #734960 is #8CB69F. Grayscale: #585858. Windows color (decimal): -9221792 or 6310259. OLE color: 6310259.

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

Color convert

RGB1157396-
CMYK00.370.170.55
HSL327.14º22.34%36.86%-
HSV(B)327.14º36.52%45.1%-
XYZ11.569.2512.24-
YUV88.18132.41147.13-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 40.49%
GREEN value IS 73 (28.91% from 255) = 25.70%
BLUE value IS 96 (37.89% from 255) = 33.80%
R=40.49%
G=25.70%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.17
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115739600.370.170.55327.1422.3436.86
Hex73496002511371471625
Octal16311114004521675072645
Binary11100111001001110000001001011000111011110100011110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734960; }

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

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

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

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

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

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

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

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