#735360

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

Shades of Cosmic #735360

Tints of Cosmic #735360

Color information

#735360 (or 0x735360) is unknown color: approx Cosmic. HEX triplet: 73, 53 and 60. RGB value is (115,83,96). Sum of RGB (Red+Green+Blue) = 115+83+96=294 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.12% from 294); Green value is 83 (32.81% from 255 or 28.23% from 294); Blue value is 96 (37.89% from 255 or 32.65% from 294); Max value from RGB is 115 - color contains mainly: red. Hex color #735360 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735360 is #8CAC9F. Grayscale: #5E5E5E. Windows color (decimal): -9219232 or 6312819. OLE color: 6312819.

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

Color convert

RGB1158396-
CMYK00.280.170.55
HSL335.62º16.16%38.82%-
HSV(B)335.62º27.83%45.1%-
XYZ12.2710.6812.48-
YUV94.05129.1142.94-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 39.12%
GREEN value IS 83 (32.81% from 255) = 28.23%
BLUE value IS 96 (37.89% from 255) = 32.65%
R=39.12%
G=28.23%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.17
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115839600.280.170.55335.6216.1638.82
Hex73536001C11371501027
Octal16312314003421675202047
Binary1110011101001111000000111001000111011110101000010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735360; }

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

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

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

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

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

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

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

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