#7C4268

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

Shades of Cosmic #7C4268

Tints of Cosmic #7C4268

Color information

#7C4268 (or 0x7C4268) is unknown color: approx Cosmic. HEX triplet: 7C, 42 and 68. RGB value is (124,66,104). Sum of RGB (Red+Green+Blue) = 124+66+104=294 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.18% from 294); Green value is 66 (26.17% from 255 or 22.45% from 294); Blue value is 104 (41.02% from 255 or 35.37% from 294); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4268 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C4268 is #83BD97. Grayscale: #575757. Windows color (decimal): -8633752 or 6832764. OLE color: 6832764.

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

Color convert

RGB12466104-
CMYK00.470.160.51
HSL320.69º30.53%37.25%-
HSV(B)320.69º46.77%48.63%-
XYZ12.769.1814.2-
YUV87.67137.22153.91-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 42.18%
GREEN value IS 66 (26.17% from 255) = 22.45%
BLUE value IS 104 (41.02% from 255) = 35.37%
R=42.18%
G=22.45%
B=35.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.16
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1246610400.470.160.51320.6930.5337.25
Hex7C426802F10331411f25
Octal17410215005720635013745
Binary11111001000010110100001011111000011001110100000111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C4268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,66,104); }

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

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

 a { background-color: rgb(124,66,104); }

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

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

 span { border-color: rgb(124,66,104); }

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