#78515E

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

Shades of Cosmic #78515E

Tints of Cosmic #78515E

Color information

#78515E (or 0x78515E) is unknown color: approx Cosmic. HEX triplet: 78, 51 and 5E. RGB value is (120,81,94). Sum of RGB (Red+Green+Blue) = 120+81+94=295 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.68% from 295); Green value is 81 (32.03% from 255 or 27.46% from 295); Blue value is 94 (37.11% from 255 or 31.86% from 295); Max value from RGB is 120 - color contains mainly: red. Hex color #78515E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78515E is #87AEA1. Grayscale: #5E5E5E. Windows color (decimal): -8892066 or 6181240. OLE color: 6181240.

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

Color convert

RGB1208194-
CMYK00.320.220.53
HSL340º19.4%39.41%-
HSV(B)340º32.5%47.06%-
XYZ12.7110.6911.98-
YUV94.14127.92146.44-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 40.68%
GREEN value IS 81 (32.03% from 255) = 27.46%
BLUE value IS 94 (37.11% from 255) = 31.86%
R=40.68%
G=27.46%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120819400.320.220.5334019.439.41
Hex78515E02016351541327
Octal17012113604026655242347
Binary11110001010001101111001000001011011010110101010010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78515E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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