#7C4E60

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

Shades of Cosmic #7C4E60

Tints of Cosmic #7C4E60

Color information

#7C4E60 (or 0x7C4E60) is unknown color: approx Cosmic. HEX triplet: 7C, 4E and 60. RGB value is (124,78,96). Sum of RGB (Red+Green+Blue) = 124+78+96=298 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.61% from 298); Green value is 78 (30.86% from 255 or 26.17% from 298); Blue value is 96 (37.89% from 255 or 32.21% from 298); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4E60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C4E60 is #83B19F. Grayscale: #5D5D5D. Windows color (decimal): -8630688 or 6311548. OLE color: 6311548.

HSL color Cylindrical-coordinate representation of color #7C4E60: hue angle of 336.52º degrees, saturation: 0.23, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7C4E60 is Cyan = 0, Magento = 0.37, Yellow = 0.23 and Black (K on CMYK) = 0.51.

Color convert

RGB1247896-
CMYK00.370.230.51
HSL336.52º22.77%39.61%-
HSV(B)336.52º37.1%48.63%-
XYZ13.1510.5812.42-
YUV93.81129.24149.54-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 41.61%
GREEN value IS 78 (30.86% from 255) = 26.17%
BLUE value IS 96 (37.89% from 255) = 32.21%
R=41.61%
G=26.17%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.23
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124789600.370.230.51336.5222.7739.61
Hex7C4E6002517331511728
Octal17411614004527635212750
Binary11111001001110110000001001011011111001110101000110111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C4E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,78,96); }

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

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

 a { background-color: rgb(124,78,96); }

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

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

 span { border-color: rgb(124,78,96); }

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