#735560

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

Shades of Cosmic #735560

Tints of Cosmic #735560

Color information

#735560 (or 0x735560) is unknown color: approx Cosmic. HEX triplet: 73, 55 and 60. RGB value is (115,85,96). Sum of RGB (Red+Green+Blue) = 115+85+96=296 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.85% from 296); Green value is 85 (33.59% from 255 or 28.72% from 296); Blue value is 96 (37.89% from 255 or 32.43% from 296); Max value from RGB is 115 - color contains mainly: red. Hex color #735560 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735560 is #8CAA9F. Grayscale: #5F5F5F. Windows color (decimal): -9218720 or 6313331. OLE color: 6313331.

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

Color convert

RGB1158596-
CMYK00.260.170.55
HSL338º15%39.22%-
HSV(B)338º26.09%45.1%-
XYZ12.4310.9912.53-
YUV95.22128.44142.11-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 38.85%
GREEN value IS 85 (33.59% from 255) = 28.72%
BLUE value IS 96 (37.89% from 255) = 32.43%
R=38.85%
G=28.72%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.17
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115859600.260.170.553381539.22
Hex73556001A1137152f27
Octal16312514003221675221747
Binary111001110101011100000011010100011101111010100101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735560; }

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

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

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

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

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

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

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

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