#78505E

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

Shades of Cosmic #78505E

Tints of Cosmic #78505E

Color information

#78505E (or 0x78505E) is unknown color: approx Cosmic. HEX triplet: 78, 50 and 5E. RGB value is (120,80,94). Sum of RGB (Red+Green+Blue) = 120+80+94=294 (38% of max value = 765). Red value is 120 (47.27% from 255 or 40.82% from 294); Green value is 80 (31.64% from 255 or 27.21% from 294); Blue value is 94 (37.11% from 255 or 31.97% from 294); Max value from RGB is 120 - color contains mainly: red. Hex color #78505E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78505E is #87AFA1. Grayscale: #5D5D5D. Windows color (decimal): -8892322 or 6180984. OLE color: 6180984.

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

Color convert

RGB1208094-
CMYK00.330.220.53
HSL339º20%39.22%-
HSV(B)339º33.33%47.06%-
XYZ12.6310.5411.96-
YUV93.56128.25146.86-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 40.82%
GREEN value IS 80 (31.64% from 255) = 27.21%
BLUE value IS 94 (37.11% from 255) = 31.97%
R=40.82%
G=27.21%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120809400.330.220.533392039.22
Hex78505E02116351531427
Octal17012013604126655232447
Binary11110001010000101111001000011011011010110101001110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78505E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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