#78525E

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

Shades of Cosmic #78525E

Tints of Cosmic #78525E

Color information

#78525E (or 0x78525E) is unknown color: approx Cosmic. HEX triplet: 78, 52 and 5E. RGB value is (120,82,94). Sum of RGB (Red+Green+Blue) = 120+82+94=296 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.54% from 296); Green value is 82 (32.42% from 255 or 27.70% from 296); Blue value is 94 (37.11% from 255 or 31.76% from 296); Max value from RGB is 120 - color contains mainly: red. Hex color #78525E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78525E is #87ADA1. Grayscale: #5E5E5E. Windows color (decimal): -8891810 or 6181496. OLE color: 6181496.

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

Color convert

RGB1208294-
CMYK00.320.220.53
HSL341.05º18.81%39.61%-
HSV(B)341.05º31.67%47.06%-
XYZ12.7810.8412.01-
YUV94.73127.59146.02-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 40.54%
GREEN value IS 82 (32.42% from 255) = 27.70%
BLUE value IS 94 (37.11% from 255) = 31.76%
R=40.54%
G=27.70%
B=31.76%

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
Decimal120829400.320.220.53341.0518.8139.61
Hex78525E02016351551328
Octal17012213604026655252350
Binary11110001010010101111001000001011011010110101010110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78525E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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