#7C4469

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

Shades of Cosmic #7C4469

Tints of Cosmic #7C4469

Color information

#7C4469 (or 0x7C4469) is unknown color: approx Cosmic. HEX triplet: 7C, 44 and 69. RGB value is (124,68,105). Sum of RGB (Red+Green+Blue) = 124+68+105=297 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.75% from 297); Green value is 68 (26.95% from 255 or 22.90% from 297); Blue value is 105 (41.41% from 255 or 35.35% from 297); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4469 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C4469 is #83BB96. Grayscale: #585858. Windows color (decimal): -8633239 or 6898812. OLE color: 6898812.

HSL color Cylindrical-coordinate representation of color #7C4469: hue angle of 320.36º degrees, saturation: 0.29, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7C4469 is Cyan = 0, Magento = 0.45, Yellow = 0.15 and Black (K on CMYK) = 0.51.

Color convert

RGB12468105-
CMYK00.450.150.51
HSL320.36º29.17%37.65%-
HSV(B)320.36º45.16%48.63%-
XYZ12.939.4414.51-
YUV88.96137.05152.99-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 41.75%
GREEN value IS 68 (26.95% from 255) = 22.90%
BLUE value IS 105 (41.41% from 255) = 35.35%
R=41.75%
G=22.90%
B=35.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.15
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1246810500.450.150.51320.3629.1737.65
Hex7C446902DF331401d26
Octal17410415105517635003546
Binary1111100100010011010010101101111111001110100000011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C4469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,68,105); }

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

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

 a { background-color: rgb(124,68,105); }

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

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

 span { border-color: rgb(124,68,105); }

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