#7E3967

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

Shades of Cosmic #7E3967

Tints of Cosmic #7E3967

Color information

#7E3967 (or 0x7E3967) is unknown color: approx Cosmic. HEX triplet: 7E, 39 and 67. RGB value is (126,57,103). Sum of RGB (Red+Green+Blue) = 126+57+103=286 (37% of max value = 765). Red value is 126 (49.61% from 255 or 44.06% from 286); Green value is 57 (22.66% from 255 or 19.93% from 286); Blue value is 103 (40.62% from 255 or 36.01% from 286); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3967 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E3967 is #81C698. Grayscale: #525252. Windows color (decimal): -8504985 or 6764926. OLE color: 6764926.

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

Color convert

RGB12657103-
CMYK00.550.180.51
HSL320º37.7%35.88%-
HSV(B)320º54.76%49.41%-
XYZ12.528.3413.78-
YUV82.88139.36158.76-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 44.06%
GREEN value IS 57 (22.66% from 255) = 19.93%
BLUE value IS 103 (40.62% from 255) = 36.01%
R=44.06%
G=19.93%
B=36.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.18
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1265710300.550.180.5132037.735.88
Hex7E396703712331402624
Octal1767114706722635004644
Binary11111101110011100111011011110010110011101000000100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E3967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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