#7C576C

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

Shades of Cosmic #7C576C

Tints of Cosmic #7C576C

Color information

#7C576C (or 0x7C576C) is unknown color: approx Cosmic. HEX triplet: 7C, 57 and 6C. RGB value is (124,87,108). Sum of RGB (Red+Green+Blue) = 124+87+108=319 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.87% from 319); Green value is 87 (34.38% from 255 or 27.27% from 319); Blue value is 108 (42.58% from 255 or 33.86% from 319); Max value from RGB is 124 - color contains mainly: red. Hex color #7C576C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C576C is #83A893. Grayscale: #646464. Windows color (decimal): -8628372 or 7100284. OLE color: 7100284.

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

Color convert

RGB12487108-
CMYK00.300.130.51
HSL325.95º17.54%41.37%-
HSV(B)325.95º29.84%48.63%-
XYZ14.4312.1815.78-
YUV100.46132.26144.79-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 38.87%
GREEN value IS 87 (34.38% from 255) = 27.27%
BLUE value IS 108 (42.58% from 255) = 33.86%
R=38.87%
G=27.27%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.13
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1248710800.300.130.51325.9517.5441.37
Hex7C576C01ED331461229
Octal17412715403615635062251
Binary111110010101111101100011110110111001110100011010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C576C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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