#78565E

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

Shades of Cosmic #78565E

Tints of Cosmic #78565E

Color information

#78565E (or 0x78565E) is unknown color: approx Cosmic. HEX triplet: 78, 56 and 5E. RGB value is (120,86,94). Sum of RGB (Red+Green+Blue) = 120+86+94=300 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40% from 300); Green value is 86 (33.98% from 255 or 28.67% from 300); Blue value is 94 (37.11% from 255 or 31.33% from 300); Max value from RGB is 120 - color contains mainly: red. Hex color #78565E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78565E is #87A9A1. Grayscale: #616161. Windows color (decimal): -8890786 or 6182520. OLE color: 6182520.

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

Color convert

RGB1208694-
CMYK00.280.220.53
HSL345.88º16.5%40.39%-
HSV(B)345.88º28.33%47.06%-
XYZ13.0911.4612.11-
YUV97.08126.26144.35-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 40%
GREEN value IS 86 (33.98% from 255) = 28.67%
BLUE value IS 94 (37.11% from 255) = 31.33%
R=40%
G=28.67%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120869400.280.220.53345.8816.540.39
Hex78565E01C163515a1128
Octal17012613603426655322150
Binary1111000101011010111100111001011011010110101101010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78565E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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