#7C586E

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

Shades of Cosmic #7C586E

Tints of Cosmic #7C586E

Color information

#7C586E (or 0x7C586E) is unknown color: approx Cosmic. HEX triplet: 7C, 58 and 6E. RGB value is (124,88,110). Sum of RGB (Red+Green+Blue) = 124+88+110=322 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.51% from 322); Green value is 88 (34.77% from 255 or 27.33% from 322); Blue value is 110 (43.36% from 255 or 34.16% from 322); Max value from RGB is 124 - color contains mainly: red. Hex color #7C586E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C586E is #83A791. Grayscale: #656565. Windows color (decimal): -8628114 or 7231612. OLE color: 7231612.

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

Color convert

RGB12488110-
CMYK00.290.110.51
HSL323.33º16.98%41.57%-
HSV(B)323.33º29.03%48.63%-
XYZ14.6212.3916.37-
YUV101.27132.93144.21-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 38.51%
GREEN value IS 88 (34.77% from 255) = 27.33%
BLUE value IS 110 (43.36% from 255) = 34.16%
R=38.51%
G=27.33%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.11
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1248811000.290.110.51323.3316.9841.57
Hex7C586E01DB33143112a
Octal17413015603513635032152
Binary111110010110001101110011101101111001110100001110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C586E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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