#7C4168

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

Shades of Cosmic #7C4168

Tints of Cosmic #7C4168

Color information

#7C4168 (or 0x7C4168) is unknown color: approx Cosmic. HEX triplet: 7C, 41 and 68. RGB value is (124,65,104). Sum of RGB (Red+Green+Blue) = 124+65+104=293 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.32% from 293); Green value is 65 (25.78% from 255 or 22.18% from 293); Blue value is 104 (41.02% from 255 or 35.49% from 293); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4168 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C4168 is #83BE97. Grayscale: #565656. Windows color (decimal): -8634008 or 6832508. OLE color: 6832508.

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

Color convert

RGB12465104-
CMYK00.480.160.51
HSL320.34º31.22%37.06%-
HSV(B)320.34º47.58%48.63%-
XYZ12.79.0714.18-
YUV87.09137.55154.33-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 42.32%
GREEN value IS 65 (25.78% from 255) = 22.18%
BLUE value IS 104 (41.02% from 255) = 35.49%
R=42.32%
G=22.18%
B=35.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.16
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1246510400.480.160.51320.3431.2237.06
Hex7C416803010331401f25
Octal17410115006020635003745
Binary11111001000001110100001100001000011001110100000011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C4168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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