#7C4A6E

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

Shades of Cosmic #7C4A6E

Tints of Cosmic #7C4A6E

Color information

#7C4A6E (or 0x7C4A6E) is unknown color: approx Cosmic. HEX triplet: 7C, 4A and 6E. RGB value is (124,74,110). Sum of RGB (Red+Green+Blue) = 124+74+110=308 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.26% from 308); Green value is 74 (29.30% from 255 or 24.03% from 308); Blue value is 110 (43.36% from 255 or 35.71% from 308); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4A6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C4A6E is #83B591. Grayscale: #5C5C5C. Windows color (decimal): -8631698 or 7228028. OLE color: 7228028.

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

Color convert

RGB12474110-
CMYK00.400.110.51
HSL316.8º25.25%38.82%-
HSV(B)316.8º40.32%48.63%-
XYZ13.5810.3116.03-
YUV93.05137.56150.07-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 40.26%
GREEN value IS 74 (29.30% from 255) = 24.03%
BLUE value IS 110 (43.36% from 255) = 35.71%
R=40.26%
G=24.03%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.11
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1247411000.400.110.51316.825.2538.82
Hex7C4A6E028B3313d1927
Octal17411215605013634753147
Binary1111100100101011011100101000101111001110011110111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C4A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,74,110); }

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

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

 a { background-color: rgb(124,74,110); }

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

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

 span { border-color: rgb(124,74,110); }

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