#78495E

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

Shades of Cosmic #78495E

Tints of Cosmic #78495E

Color information

#78495E (or 0x78495E) is unknown color: approx Cosmic. HEX triplet: 78, 49 and 5E. RGB value is (120,73,94). Sum of RGB (Red+Green+Blue) = 120+73+94=287 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.81% from 287); Green value is 73 (28.91% from 255 or 25.44% from 287); Blue value is 94 (37.11% from 255 or 32.75% from 287); Max value from RGB is 120 - color contains mainly: red. Hex color #78495E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78495E is #87B6A1. Grayscale: #595959. Windows color (decimal): -8894114 or 6179192. OLE color: 6179192.

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

Color convert

RGB1207394-
CMYK00.390.220.53
HSL333.19º24.35%37.84%-
HSV(B)333.19º39.17%47.06%-
XYZ12.159.5711.8-
YUV89.45130.57149.79-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 41.81%
GREEN value IS 73 (28.91% from 255) = 25.44%
BLUE value IS 94 (37.11% from 255) = 32.75%
R=41.81%
G=25.44%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120739400.390.220.53333.1924.3537.84
Hex78495E027163514d1826
Octal17011113604726655153046
Binary11110001001001101111001001111011011010110100110111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78495E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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