#7E3F67

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

Shades of Cosmic #7E3F67

Tints of Cosmic #7E3F67

Color information

#7E3F67 (or 0x7E3F67) is unknown color: approx Cosmic. HEX triplet: 7E, 3F and 67. RGB value is (126,63,103). Sum of RGB (Red+Green+Blue) = 126+63+103=292 (38% of max value = 765). Red value is 126 (49.61% from 255 or 43.15% from 292); Green value is 63 (25% from 255 or 21.58% from 292); Blue value is 103 (40.62% from 255 or 35.27% from 292); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3F67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E3F67 is #81C098. Grayscale: #565656. Windows color (decimal): -8503449 or 6766462. OLE color: 6766462.

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

Color convert

RGB12663103-
CMYK00.500.180.51
HSL321.9º33.33%37.06%-
HSV(B)321.9º50%49.41%-
XYZ12.838.9713.89-
YUV86.4137.37156.25-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 43.15%
GREEN value IS 63 (25% from 255) = 21.58%
BLUE value IS 103 (40.62% from 255) = 35.27%
R=43.15%
G=21.58%
B=35.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.18
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1266310300.500.180.51321.933.3337.06
Hex7E3F6703212331422125
Octal1767714706222635024145
Binary11111101111111100111011001010010110011101000010100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E3F67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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