#78526C

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

Shades of Cosmic #78526C

Tints of Cosmic #78526C

Color information

#78526C (or 0x78526C) is unknown color: approx Cosmic. HEX triplet: 78, 52 and 6C. RGB value is (120,82,108). Sum of RGB (Red+Green+Blue) = 120+82+108=310 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.71% from 310); Green value is 82 (32.42% from 255 or 26.45% from 310); Blue value is 108 (42.58% from 255 or 34.84% from 310); Max value from RGB is 120 - color contains mainly: red. Hex color #78526C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78526C is #87AD93. Grayscale: #606060. Windows color (decimal): -8891796 or 7099000. OLE color: 7099000.

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

Color convert

RGB12082108-
CMYK00.320.100.53
HSL318.95º18.81%39.61%-
HSV(B)318.95º31.67%47.06%-
XYZ13.4711.1115.62-
YUV96.33134.59144.89-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 38.71%
GREEN value IS 82 (32.42% from 255) = 26.45%
BLUE value IS 108 (42.58% from 255) = 34.84%
R=38.71%
G=26.45%
B=34.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.10
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1208210800.320.100.53318.9518.8139.61
Hex78526C020A3513f1328
Octal17012215404012654772350
Binary1111000101001011011000100000101011010110011111110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78526C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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