#7C4561

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

Shades of Cosmic #7C4561

Tints of Cosmic #7C4561

Color information

#7C4561 (or 0x7C4561) is unknown color: approx Cosmic. HEX triplet: 7C, 45 and 61. RGB value is (124,69,97). Sum of RGB (Red+Green+Blue) = 124+69+97=290 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.76% from 290); Green value is 69 (27.34% from 255 or 23.79% from 290); Blue value is 97 (38.28% from 255 or 33.45% from 290); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4561 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C4561 is #83BA9E. Grayscale: #585858. Windows color (decimal): -8632991 or 6374780. OLE color: 6374780.

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

Color convert

RGB1246997-
CMYK00.440.220.51
HSL329.45º28.5%37.84%-
HSV(B)329.45º44.35%48.63%-
XYZ12.69.412.46-
YUV88.64132.72153.22-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 42.76%
GREEN value IS 69 (27.34% from 255) = 23.79%
BLUE value IS 97 (38.28% from 255) = 33.45%
R=42.76%
G=23.79%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.22
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124699700.440.220.51329.4528.537.84
Hex7C456102C16331491c26
Octal17410514105426635113446
Binary11111001000101110000101011001011011001110100100111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C4561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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