#735565

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

Shades of Cosmic #735565

Tints of Cosmic #735565

Color information

#735565 (or 0x735565) is unknown color: approx Cosmic. HEX triplet: 73, 55 and 65. RGB value is (115,85,101). Sum of RGB (Red+Green+Blue) = 115+85+101=301 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.21% from 301); Green value is 85 (33.59% from 255 or 28.24% from 301); Blue value is 101 (39.84% from 255 or 33.55% from 301); Max value from RGB is 115 - color contains mainly: red. Hex color #735565 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735565 is #8CAA9A. Grayscale: #5F5F5F. Windows color (decimal): -9218715 or 6641011. OLE color: 6641011.

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

Color convert

RGB11585101-
CMYK00.260.120.55
HSL328º15%39.22%-
HSV(B)328º26.09%45.1%-
XYZ12.6711.0813.78-
YUV95.79130.94141.7-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 38.21%
GREEN value IS 85 (33.59% from 255) = 28.24%
BLUE value IS 101 (39.84% from 255) = 33.55%
R=38.21%
G=28.24%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.12
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1158510100.260.120.553281539.22
Hex73556501AC37148f27
Octal16312514503214675101747
Binary11100111010101110010101101011001101111010010001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735565; }

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

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

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

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

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

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

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

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