#7C5763

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

Shades of Cosmic #7C5763

Tints of Cosmic #7C5763

Color information

#7C5763 (or 0x7C5763) is unknown color: approx Cosmic. HEX triplet: 7C, 57 and 63. RGB value is (124,87,99). Sum of RGB (Red+Green+Blue) = 124+87+99=310 (41% of max value = 765). Red value is 124 (48.83% from 255 or 40% from 310); Green value is 87 (34.38% from 255 or 28.06% from 310); Blue value is 99 (39.06% from 255 or 31.94% from 310); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5763 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5763 is #83A89C. Grayscale: #636363. Windows color (decimal): -8628381 or 6510460. OLE color: 6510460.

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

Color convert

RGB1248799-
CMYK00.300.200.51
HSL340.54º17.54%41.37%-
HSV(B)340.54º29.84%48.63%-
XYZ13.971213.38-
YUV99.43127.76145.52-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 40%
GREEN value IS 87 (34.38% from 255) = 28.06%
BLUE value IS 99 (39.06% from 255) = 31.94%
R=40%
G=28.06%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.20
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124879900.300.200.51340.5417.5441.37
Hex7C576301E14331551229
Octal17412714303624635252251
Binary1111100101011111000110111101010011001110101010110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C5763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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