#7C5864

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

Shades of Cosmic #7C5864

Tints of Cosmic #7C5864

Color information

#7C5864 (or 0x7C5864) is unknown color: approx Cosmic. HEX triplet: 7C, 58 and 64. RGB value is (124,88,100). Sum of RGB (Red+Green+Blue) = 124+88+100=312 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.74% from 312); Green value is 88 (34.77% from 255 or 28.21% from 312); Blue value is 100 (39.45% from 255 or 32.05% from 312); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5864 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5864 is #83A79B. Grayscale: #646464. Windows color (decimal): -8628124 or 6576252. OLE color: 6576252.

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

Color convert

RGB12488100-
CMYK00.290.190.51
HSL340º16.98%41.57%-
HSV(B)340º29.03%48.63%-
XYZ14.112.1813.67-
YUV100.13127.93145.02-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 39.74%
GREEN value IS 88 (34.77% from 255) = 28.21%
BLUE value IS 100 (39.45% from 255) = 32.05%
R=39.74%
G=28.21%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.19
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1248810000.290.190.5134016.9841.57
Hex7C586401D1333154112a
Octal17413014403523635242152
Binary1111100101100011001000111011001111001110101010010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C5864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,88,100); }

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

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

 a { background-color: rgb(124,88,100); }

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

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

 span { border-color: rgb(124,88,100); }

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