#7C576F

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

Shades of Cosmic #7C576F

Tints of Cosmic #7C576F

Color information

#7C576F (or 0x7C576F) is unknown color: approx Cosmic. HEX triplet: 7C, 57 and 6F. RGB value is (124,87,111). Sum of RGB (Red+Green+Blue) = 124+87+111=322 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.51% from 322); Green value is 87 (34.38% from 255 or 27.02% from 322); Blue value is 111 (43.75% from 255 or 34.47% from 322); Max value from RGB is 124 - color contains mainly: red. Hex color #7C576F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C576F is #83A890. Grayscale: #646464. Windows color (decimal): -8628369 or 7296892. OLE color: 7296892.

HSL color Cylindrical-coordinate representation of color #7C576F: hue angle of 321.08º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7C576F is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.51.

Color convert

RGB12487111-
CMYK00.300.100.51
HSL321.08º17.54%41.37%-
HSV(B)321.08º29.84%48.63%-
XYZ14.5912.2516.63-
YUV100.8133.76144.55-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 38.51%
GREEN value IS 87 (34.38% from 255) = 27.02%
BLUE value IS 111 (43.75% from 255) = 34.47%
R=38.51%
G=27.02%
B=34.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.10
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1248711100.300.100.51321.0817.5441.37
Hex7C576F01EA331411229
Octal17412715703612635012251
Binary111110010101111101111011110101011001110100000110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C576F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,87,111); }

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

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

 a { background-color: rgb(124,87,111); }

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

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

 span { border-color: rgb(124,87,111); }

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