#7C415E

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

Shades of Cosmic #7C415E

Tints of Cosmic #7C415E

Color information

#7C415E (or 0x7C415E) is unknown color: approx Cosmic. HEX triplet: 7C, 41 and 5E. RGB value is (124,65,94). Sum of RGB (Red+Green+Blue) = 124+65+94=283 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.82% from 283); Green value is 65 (25.78% from 255 or 22.97% from 283); Blue value is 94 (37.11% from 255 or 33.22% from 283); Max value from RGB is 124 - color contains mainly: red. Hex color #7C415E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C415E is #83BEA1. Grayscale: #555555. Windows color (decimal): -8634018 or 6177148. OLE color: 6177148.

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

Color convert

RGB1246594-
CMYK00.480.240.51
HSL330.51º31.22%37.06%-
HSV(B)330.51º47.58%48.63%-
XYZ12.228.8711.66-
YUV85.95132.55155.14-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 43.82%
GREEN value IS 65 (25.78% from 255) = 22.97%
BLUE value IS 94 (37.11% from 255) = 33.22%
R=43.82%
G=22.97%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.24
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124659400.480.240.51330.5131.2237.06
Hex7C415E030183314b1f25
Octal17410113606030635133745
Binary11111001000001101111001100001100011001110100101111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C415E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,65,94); }

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

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

 a { background-color: rgb(124,65,94); }

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

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

 span { border-color: rgb(124,65,94); }

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