#7C596D

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

Shades of Cosmic #7C596D

Tints of Cosmic #7C596D

Color information

#7C596D (or 0x7C596D) is unknown color: approx Cosmic. HEX triplet: 7C, 59 and 6D. RGB value is (124,89,109). Sum of RGB (Red+Green+Blue) = 124+89+109=322 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.51% from 322); Green value is 89 (35.16% from 255 or 27.64% from 322); Blue value is 109 (42.97% from 255 or 33.85% from 322); Max value from RGB is 124 - color contains mainly: red. Hex color #7C596D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C596D is #83A692. Grayscale: #656565. Windows color (decimal): -8627859 or 7166332. OLE color: 7166332.

HSL color Cylindrical-coordinate representation of color #7C596D: hue angle of 325.71º 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 #7C596D is Cyan = 0, Magento = 0.28, Yellow = 0.12 and Black (K on CMYK) = 0.51.

Color convert

RGB12489109-
CMYK00.280.120.51
HSL325.71º16.43%41.76%-
HSV(B)325.71º28.23%48.63%-
XYZ14.6412.5316.12-
YUV101.74132.1143.87-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 38.51%
GREEN value IS 89 (35.16% from 255) = 27.64%
BLUE value IS 109 (42.97% from 255) = 33.85%
R=38.51%
G=27.64%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.12
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1248910900.280.120.51325.7116.4341.76
Hex7C596D01CC33146102a
Octal17413115503414635062052
Binary111110010110011101101011100110011001110100011010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C596D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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