#78525F

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

Shades of Cosmic #78525F

Tints of Cosmic #78525F

Color information

#78525F (or 0x78525F) is unknown color: approx Cosmic. HEX triplet: 78, 52 and 5F. RGB value is (120,82,95). Sum of RGB (Red+Green+Blue) = 120+82+95=297 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.40% from 297); Green value is 82 (32.42% from 255 or 27.61% from 297); Blue value is 95 (37.5% from 255 or 31.99% from 297); Max value from RGB is 120 - color contains mainly: red. Hex color #78525F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78525F is #87ADA0. Grayscale: #5E5E5E. Windows color (decimal): -8891809 or 6247032. OLE color: 6247032.

HSL color Cylindrical-coordinate representation of color #78525F: hue angle of 339.47º 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 #78525F is Cyan = 0, Magento = 0.32, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB1208295-
CMYK00.320.210.53
HSL339.47º18.81%39.61%-
HSV(B)339.47º31.67%47.06%-
XYZ12.8310.8512.25-
YUV94.84128.09145.94-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 40.40%
GREEN value IS 82 (32.42% from 255) = 27.61%
BLUE value IS 95 (37.5% from 255) = 31.99%
R=40.40%
G=27.61%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120829500.320.210.53339.4718.8139.61
Hex78525F02015351531328
Octal17012213704025655232350
Binary11110001010010101111101000001010111010110101001110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78525F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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