#7C596E

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

Shades of Cosmic #7C596E

Tints of Cosmic #7C596E

Color information

#7C596E (or 0x7C596E) is unknown color: approx Cosmic. HEX triplet: 7C, 59 and 6E. RGB value is (124,89,110). Sum of RGB (Red+Green+Blue) = 124+89+110=323 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.39% from 323); Green value is 89 (35.16% from 255 or 27.55% from 323); Blue value is 110 (43.36% from 255 or 34.06% from 323); Max value from RGB is 124 - color contains mainly: red. Hex color #7C596E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C596E is #83A691. Grayscale: #656565. Windows color (decimal): -8627858 or 7231868. OLE color: 7231868.

HSL color Cylindrical-coordinate representation of color #7C596E: hue angle of 324º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7C596E is Cyan = 0, Magento = 0.28, Yellow = 0.11 and Black (K on CMYK) = 0.51.

Color convert

RGB12489110-
CMYK00.280.110.51
HSL324º16.43%41.76%-
HSV(B)324º28.23%48.63%-
XYZ14.712.5616.4-
YUV101.86132.6143.79-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 38.39%
GREEN value IS 89 (35.16% from 255) = 27.55%
BLUE value IS 110 (43.36% from 255) = 34.06%
R=38.39%
G=27.55%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.11
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1248911000.280.110.5132416.4341.76
Hex7C596E01CB33144102a
Octal17413115603413635042052
Binary111110010110011101110011100101111001110100010010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C596E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7C596E; }

 p { color: rgb(124,89,110); }

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

<style>
 a { background-color: #7C596E; }

 a { background-color: rgb(124,89,110); }

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

<style>
 span { border-color: #7C596E; }

 span { border-color: rgb(124,89,110); }

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