#7C4E6C

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

Shades of Cosmic #7C4E6C

Tints of Cosmic #7C4E6C

Color information

#7C4E6C (or 0x7C4E6C) is unknown color: approx Cosmic. HEX triplet: 7C, 4E and 6C. RGB value is (124,78,108). Sum of RGB (Red+Green+Blue) = 124+78+108=310 (41% of max value = 765). Red value is 124 (48.83% from 255 or 40% from 310); Green value is 78 (30.86% from 255 or 25.16% from 310); Blue value is 108 (42.58% from 255 or 34.84% from 310); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4E6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C4E6C is #83B193. Grayscale: #5F5F5F. Windows color (decimal): -8630676 or 7097980. OLE color: 7097980.

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

Color convert

RGB12478108-
CMYK00.370.130.51
HSL320.87º22.77%39.61%-
HSV(B)320.87º37.1%48.63%-
XYZ13.7410.8215.55-
YUV95.17135.24148.56-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 40%
GREEN value IS 78 (30.86% from 255) = 25.16%
BLUE value IS 108 (42.58% from 255) = 34.84%
R=40%
G=25.16%
B=34.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.13
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1247810800.370.130.51320.8722.7739.61
Hex7C4E6C025D331411728
Octal17411615404515635012750
Binary1111100100111011011000100101110111001110100000110111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C4E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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