#7E406E

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

Shades of Cosmic #7E406E

Tints of Cosmic #7E406E

Color information

#7E406E (or 0x7E406E) is unknown color: approx Cosmic. HEX triplet: 7E, 40 and 6E. RGB value is (126,64,110). Sum of RGB (Red+Green+Blue) = 126+64+110=300 (39% of max value = 765). Red value is 126 (49.61% from 255 or 42% from 300); Green value is 64 (25.39% from 255 or 21.33% from 300); Blue value is 110 (43.36% from 255 or 36.67% from 300); Max value from RGB is 126 - color contains mainly: red. Hex color #7E406E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E406E is #81BF91. Grayscale: #575757. Windows color (decimal): -8503186 or 7225470. OLE color: 7225470.

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

Color convert

RGB12664110-
CMYK00.490.130.51
HSL315.48º32.63%37.25%-
HSV(B)315.48º49.21%49.41%-
XYZ13.259.2315.83-
YUV87.78140.54155.26-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 42%
GREEN value IS 64 (25.39% from 255) = 21.33%
BLUE value IS 110 (43.36% from 255) = 36.67%
R=42%
G=21.33%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.13
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1266411000.490.130.51315.4832.6337.25
Hex7E406E031D3313b2125
Octal17610015606115634734145
Binary11111101000000110111001100011101110011100111011100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E406E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,64,110); }

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

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

 a { background-color: rgb(126,64,110); }

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

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

 span { border-color: rgb(126,64,110); }

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