#745568

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

Shades of Cosmic #745568

Tints of Cosmic #745568

Color information

#745568 (or 0x745568) is unknown color: approx Cosmic. HEX triplet: 74, 55 and 68. RGB value is (116,85,104). Sum of RGB (Red+Green+Blue) = 116+85+104=305 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.03% from 305); Green value is 85 (33.59% from 255 or 27.87% from 305); Blue value is 104 (41.02% from 255 or 34.10% from 305); Max value from RGB is 116 - color contains mainly: red. Hex color #745568 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745568 is #8BAA97. Grayscale: #606060. Windows color (decimal): -9153176 or 6837620. OLE color: 6837620.

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

Color convert

RGB11685104-
CMYK00.270.100.55
HSL323.23º15.42%39.41%-
HSV(B)323.23º26.72%45.49%-
XYZ12.9511.2114.58-
YUV96.43132.27141.96-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.03%
GREEN value IS 85 (33.59% from 255) = 27.87%
BLUE value IS 104 (41.02% from 255) = 34.10%
R=38.03%
G=27.87%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.10
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1168510400.270.100.55323.2315.4239.41
Hex74556801BA37143f27
Octal16412515003312675031747
Binary11101001010101110100001101110101101111010000111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745568; }

 p { color: rgb(116,85,104); }

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

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

 a { background-color: rgb(116,85,104); }

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

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

 span { border-color: rgb(116,85,104); }

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