#78535C

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

Shades of Cosmic #78535C

Tints of Cosmic #78535C

Color information

#78535C (or 0x78535C) is unknown color: approx Cosmic. HEX triplet: 78, 53 and 5C. RGB value is (120,83,92). Sum of RGB (Red+Green+Blue) = 120+83+92=295 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.68% from 295); Green value is 83 (32.81% from 255 or 28.14% from 295); Blue value is 92 (36.33% from 255 or 31.19% from 295); Max value from RGB is 120 - color contains mainly: red. Hex color #78535C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78535C is #87ACA3. Grayscale: #5F5F5F. Windows color (decimal): -8891556 or 6050680. OLE color: 6050680.

HSL color Cylindrical-coordinate representation of color #78535C: hue angle of 345.41º 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 #78535C is Cyan = 0, Magento = 0.31, Yellow = 0.23 and Black (K on CMYK) = 0.53.

Color convert

RGB1208392-
CMYK00.310.230.53
HSL345.41º18.23%39.8%-
HSV(B)345.41º30.83%47.06%-
XYZ12.7710.9511.57-
YUV95.09126.26145.77-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 40.68%
GREEN value IS 83 (32.81% from 255) = 28.14%
BLUE value IS 92 (36.33% from 255) = 31.19%
R=40.68%
G=28.14%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.23
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120839200.310.230.53345.4118.2339.8
Hex78535C01F17351591228
Octal17012313403727655312250
Binary1111000101001110111000111111011111010110101100110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78535C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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