#78535E

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

Shades of Cosmic #78535E

Tints of Cosmic #78535E

Color information

#78535E (or 0x78535E) is unknown color: approx Cosmic. HEX triplet: 78, 53 and 5E. RGB value is (120,83,94). Sum of RGB (Red+Green+Blue) = 120+83+94=297 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.40% from 297); Green value is 83 (32.81% from 255 or 27.95% from 297); Blue value is 94 (37.11% from 255 or 31.65% from 297); Max value from RGB is 120 - color contains mainly: red. Hex color #78535E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78535E is #87ACA1. Grayscale: #5F5F5F. Windows color (decimal): -8891554 or 6181752. OLE color: 6181752.

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

Color convert

RGB1208394-
CMYK00.310.220.53
HSL342.16º18.23%39.8%-
HSV(B)342.16º30.83%47.06%-
XYZ12.8610.9912.03-
YUV95.32127.26145.61-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 40.40%
GREEN value IS 83 (32.81% from 255) = 27.95%
BLUE value IS 94 (37.11% from 255) = 31.65%
R=40.40%
G=27.95%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120839400.310.220.53342.1618.2339.8
Hex78535E01F16351561228
Octal17012313603726655262250
Binary1111000101001110111100111111011011010110101011010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78535E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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