#7E3962

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

Shades of Cosmic #7E3962

Tints of Cosmic #7E3962

Color information

#7E3962 (or 0x7E3962) is unknown color: approx Cosmic. HEX triplet: 7E, 39 and 62. RGB value is (126,57,98). Sum of RGB (Red+Green+Blue) = 126+57+98=281 (37% of max value = 765). Red value is 126 (49.61% from 255 or 44.84% from 281); Green value is 57 (22.66% from 255 or 20.28% from 281); Blue value is 98 (38.67% from 255 or 34.88% from 281); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3962 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E3962 is #81C69D. Grayscale: #525252. Windows color (decimal): -8504990 or 6437246. OLE color: 6437246.

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

Color convert

RGB1265798-
CMYK00.550.220.51
HSL324.35º37.7%35.88%-
HSV(B)324.35º54.76%49.41%-
XYZ12.278.2412.5-
YUV82.3136.86159.17-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 44.84%
GREEN value IS 57 (22.66% from 255) = 20.28%
BLUE value IS 98 (38.67% from 255) = 34.88%
R=44.84%
G=20.28%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.22
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126579800.550.220.51324.3537.735.88
Hex7E396203716331442624
Octal1767114206726635044644
Binary11111101110011100010011011110110110011101000100100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E3962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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