#745764

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

Shades of Cosmic #745764

Tints of Cosmic #745764

Color information

#745764 (or 0x745764) is unknown color: approx Cosmic. HEX triplet: 74, 57 and 64. RGB value is (116,87,100). Sum of RGB (Red+Green+Blue) = 116+87+100=303 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.28% from 303); Green value is 87 (34.38% from 255 or 28.71% from 303); Blue value is 100 (39.45% from 255 or 33.00% from 303); Max value from RGB is 116 - color contains mainly: red. Hex color #745764 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745764 is #8BA89B. Grayscale: #616161. Windows color (decimal): -9152668 or 6575988. OLE color: 6575988.

HSL color Cylindrical-coordinate representation of color #745764: hue angle of 333.1º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #745764 is Cyan = 0, Magento = 0.25, Yellow = 0.14 and Black (K on CMYK) = 0.55.

Color convert

RGB11687100-
CMYK00.250.140.55
HSL333.1º14.29%39.8%-
HSV(B)333.1º25%45.49%-
XYZ12.9111.4513.59-
YUV97.15129.61141.44-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.28%
GREEN value IS 87 (34.38% from 255) = 28.71%
BLUE value IS 100 (39.45% from 255) = 33.00%
R=38.28%
G=28.71%
B=33.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.14
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1168710000.250.140.55333.114.2939.8
Hex745764019E3714de28
Octal16412714403116675151650
Binary11101001010111110010001100111101101111010011011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745764; }

 p { color: rgb(116,87,100); }

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

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

 a { background-color: rgb(116,87,100); }

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

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

 span { border-color: rgb(116,87,100); }

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