#78445E

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

Shades of Cosmic #78445E

Tints of Cosmic #78445E

Color information

#78445E (or 0x78445E) is unknown color: approx Cosmic. HEX triplet: 78, 44 and 5E. RGB value is (120,68,94). Sum of RGB (Red+Green+Blue) = 120+68+94=282 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.55% from 282); Green value is 68 (26.95% from 255 or 24.11% from 282); Blue value is 94 (37.11% from 255 or 33.33% from 282); Max value from RGB is 120 - color contains mainly: red. Hex color #78445E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78445E is #87BBA1. Grayscale: #565656. Windows color (decimal): -8895394 or 6177912. OLE color: 6177912.

HSL color Cylindrical-coordinate representation of color #78445E: hue angle of 330º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #78445E is Cyan = 0, Magento = 0.43, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB1206894-
CMYK00.430.220.53
HSL330º27.66%36.86%-
HSV(B)330º43.33%47.06%-
XYZ11.838.9411.69-
YUV86.51132.23151.89-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 42.55%
GREEN value IS 68 (26.95% from 255) = 24.11%
BLUE value IS 94 (37.11% from 255) = 33.33%
R=42.55%
G=24.11%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120689400.430.220.5333027.6636.86
Hex78445E02B163514a1c25
Octal17010413605326655123445
Binary11110001000100101111001010111011011010110100101011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78445E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78445E; }

 p { color: rgb(120,68,94); }

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

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

 a { background-color: rgb(120,68,94); }

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

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

 span { border-color: rgb(120,68,94); }

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