#745768

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

Shades of Cosmic #745768

Tints of Cosmic #745768

Color information

#745768 (or 0x745768) is unknown color: approx Cosmic. HEX triplet: 74, 57 and 68. RGB value is (116,87,104). Sum of RGB (Red+Green+Blue) = 116+87+104=307 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.79% from 307); Green value is 87 (34.38% from 255 or 28.34% from 307); Blue value is 104 (41.02% from 255 or 33.88% from 307); Max value from RGB is 116 - color contains mainly: red. Hex color #745768 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745768 is #8BA897. Grayscale: #616161. Windows color (decimal): -9152664 or 6838132. OLE color: 6838132.

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

Color convert

RGB11687104-
CMYK00.250.100.55
HSL324.83º14.29%39.8%-
HSV(B)324.83º25%45.49%-
XYZ13.1111.5314.63-
YUV97.61131.61141.12-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 37.79%
GREEN value IS 87 (34.38% from 255) = 28.34%
BLUE value IS 104 (41.02% from 255) = 33.88%
R=37.79%
G=28.34%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.10
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1168710400.250.100.55324.8314.2939.8
Hex745768019A37145e28
Octal16412715003112675051650
Binary11101001010111110100001100110101101111010001011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745768; }

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

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

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

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

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

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

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

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