#7C4569

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

Shades of Cosmic #7C4569

Tints of Cosmic #7C4569

Color information

#7C4569 (or 0x7C4569) is unknown color: approx Cosmic. HEX triplet: 7C, 45 and 69. RGB value is (124,69,105). Sum of RGB (Red+Green+Blue) = 124+69+105=298 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.61% from 298); Green value is 69 (27.34% from 255 or 23.15% from 298); Blue value is 105 (41.41% from 255 or 35.23% from 298); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4569 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C4569 is #83BA96. Grayscale: #595959. Windows color (decimal): -8632983 or 6899068. OLE color: 6899068.

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

Color convert

RGB12469105-
CMYK00.440.150.51
HSL320.73º28.5%37.84%-
HSV(B)320.73º44.35%48.63%-
XYZ12.999.5614.53-
YUV89.55136.72152.57-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 41.61%
GREEN value IS 69 (27.34% from 255) = 23.15%
BLUE value IS 105 (41.41% from 255) = 35.23%
R=41.61%
G=23.15%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.15
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1246910500.440.150.51320.7328.537.84
Hex7C456902CF331411c26
Octal17410515105417635013446
Binary1111100100010111010010101100111111001110100000111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C4569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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