#745569

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

Shades of Cosmic #745569

Tints of Cosmic #745569

Color information

#745569 (or 0x745569) is unknown color: approx Cosmic. HEX triplet: 74, 55 and 69. RGB value is (116,85,105). Sum of RGB (Red+Green+Blue) = 116+85+105=306 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.91% from 306); Green value is 85 (33.59% from 255 or 27.78% from 306); Blue value is 105 (41.41% from 255 or 34.31% from 306); Max value from RGB is 116 - color contains mainly: red. Hex color #745569 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745569 is #8BAA96. Grayscale: #606060. Windows color (decimal): -9153175 or 6903156. OLE color: 6903156.

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

Color convert

RGB11685105-
CMYK00.270.090.55
HSL321.29º15.42%39.41%-
HSV(B)321.29º26.72%45.49%-
XYZ1311.2314.85-
YUV96.55132.77141.87-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 37.91%
GREEN value IS 85 (33.59% from 255) = 27.78%
BLUE value IS 105 (41.41% from 255) = 34.31%
R=37.91%
G=27.78%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.09
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1168510500.270.090.55321.2915.4239.41
Hex74556901B937141f27
Octal16412515103311675011747
Binary11101001010101110100101101110011101111010000011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745569; }

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

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

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

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

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

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

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

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