#745565

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

Shades of Cosmic #745565

Tints of Cosmic #745565

Color information

#745565 (or 0x745565) is unknown color: approx Cosmic. HEX triplet: 74, 55 and 65. RGB value is (116,85,101). Sum of RGB (Red+Green+Blue) = 116+85+101=302 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.41% from 302); Green value is 85 (33.59% from 255 or 28.15% from 302); Blue value is 101 (39.84% from 255 or 33.44% from 302); Max value from RGB is 116 - color contains mainly: red. Hex color #745565 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745565 is #8BAA9A. Grayscale: #606060. Windows color (decimal): -9153179 or 6641012. OLE color: 6641012.

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

Color convert

RGB11685101-
CMYK00.270.130.55
HSL329.03º15.42%39.41%-
HSV(B)329.03º26.72%45.49%-
XYZ12.811.1513.79-
YUV96.09130.77142.2-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.41%
GREEN value IS 85 (33.59% from 255) = 28.15%
BLUE value IS 101 (39.84% from 255) = 33.44%
R=38.41%
G=28.15%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.13
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1168510100.270.130.55329.0315.4239.41
Hex74556501BD37149f27
Octal16412514503315675111747
Binary11101001010101110010101101111011101111010010011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745565; }

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

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

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

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

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

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

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

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