#7C5668

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

Shades of Cosmic #7C5668

Tints of Cosmic #7C5668

Color information

#7C5668 (or 0x7C5668) is unknown color: approx Cosmic. HEX triplet: 7C, 56 and 68. RGB value is (124,86,104). Sum of RGB (Red+Green+Blue) = 124+86+104=314 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.49% from 314); Green value is 86 (33.98% from 255 or 27.39% from 314); Blue value is 104 (41.02% from 255 or 33.12% from 314); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5668 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5668 is #83A997. Grayscale: #636363. Windows color (decimal): -8628632 or 6837884. OLE color: 6837884.

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

Color convert

RGB12486104-
CMYK00.310.160.51
HSL331.58º18.1%41.18%-
HSV(B)331.58º30.65%48.63%-
XYZ14.1411.9414.66-
YUV99.41130.59145.54-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 39.49%
GREEN value IS 86 (33.98% from 255) = 27.39%
BLUE value IS 104 (41.02% from 255) = 33.12%
R=39.49%
G=27.39%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.16
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1248610400.310.160.51331.5818.141.18
Hex7C566801F103314c1229
Octal17412615003720635142251
Binary1111100101011011010000111111000011001110100110010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C5668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,86,104); }

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

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

 a { background-color: rgb(124,86,104); }

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

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

 span { border-color: rgb(124,86,104); }

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