#7E3966

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

Shades of Cosmic #7E3966

Tints of Cosmic #7E3966

Color information

#7E3966 (or 0x7E3966) is unknown color: approx Cosmic. HEX triplet: 7E, 39 and 66. RGB value is (126,57,102). Sum of RGB (Red+Green+Blue) = 126+57+102=285 (37% of max value = 765). Red value is 126 (49.61% from 255 or 44.21% from 285); Green value is 57 (22.66% from 255 or 20% from 285); Blue value is 102 (40.23% from 255 or 35.79% from 285); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3966 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E3966 is #81C699. Grayscale: #525252. Windows color (decimal): -8504986 or 6699390. OLE color: 6699390.

HSL color Cylindrical-coordinate representation of color #7E3966: hue angle of 320.87º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7E3966 is Cyan = 0, Magento = 0.55, Yellow = 0.19 and Black (K on CMYK) = 0.51.

Color convert

RGB12657102-
CMYK00.550.190.51
HSL320.87º37.7%35.88%-
HSV(B)320.87º54.76%49.41%-
XYZ12.478.3213.52-
YUV82.76138.86158.84-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 44.21%
GREEN value IS 57 (22.66% from 255) = 20%
BLUE value IS 102 (40.23% from 255) = 35.79%
R=44.21%
G=20%
B=35.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.19
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1265710200.550.190.51320.8737.735.88
Hex7E396603713331412624
Octal1767114606723635014644
Binary11111101110011100110011011110011110011101000001100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E3966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,57,102); }

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

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

 a { background-color: rgb(126,57,102); }

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

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

 span { border-color: rgb(126,57,102); }

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