#78545E

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

Shades of Cosmic #78545E

Tints of Cosmic #78545E

Color information

#78545E (or 0x78545E) is unknown color: approx Cosmic. HEX triplet: 78, 54 and 5E. RGB value is (120,84,94). Sum of RGB (Red+Green+Blue) = 120+84+94=298 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.27% from 298); Green value is 84 (33.20% from 255 or 28.19% from 298); Blue value is 94 (37.11% from 255 or 31.54% from 298); Max value from RGB is 120 - color contains mainly: red. Hex color #78545E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78545E is #87ABA1. Grayscale: #5F5F5F. Windows color (decimal): -8891298 or 6182008. OLE color: 6182008.

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

Color convert

RGB1208494-
CMYK00.30.220.53
HSL343.33º17.65%40%-
HSV(B)343.33º30%47.06%-
XYZ12.9411.1412.06-
YUV95.9126.93145.19-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 40.27%
GREEN value IS 84 (33.20% from 255) = 28.19%
BLUE value IS 94 (37.11% from 255) = 31.54%
R=40.27%
G=28.19%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120849400.30.220.53343.3317.6540
Hex78545E01E16351571228
Octal17012413603626655272250
Binary1111000101010010111100111101011011010110101011110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78545E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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