#7C4957

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

Shades of Cosmic #7C4957

Tints of Cosmic #7C4957

Color information

#7C4957 (or 0x7C4957) is unknown color: approx Cosmic. HEX triplet: 7C, 49 and 57. RGB value is (124,73,87). Sum of RGB (Red+Green+Blue) = 124+73+87=284 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.66% from 284); Green value is 73 (28.91% from 255 or 25.70% from 284); Blue value is 87 (34.38% from 255 or 30.63% from 284); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4957 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C4957 is #83B6A8. Grayscale: #595959. Windows color (decimal): -8631977 or 5720444. OLE color: 5720444.

HSL color Cylindrical-coordinate representation of color #7C4957: hue angle of 343.53º degrees, saturation: 0.26, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7C4957 is Cyan = 0, Magento = 0.41, Yellow = 0.30 and Black (K on CMYK) = 0.51.

Color convert

RGB1247387-
CMYK00.410.300.51
HSL343.53º25.89%38.63%-
HSV(B)343.53º41.13%48.63%-
XYZ12.429.7410.24-
YUV89.84126.4152.36-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 43.66%
GREEN value IS 73 (28.91% from 255) = 25.70%
BLUE value IS 87 (34.38% from 255) = 30.63%
R=43.66%
G=25.70%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.30
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124738700.410.300.51343.5325.8938.63
Hex7C49570291E331581a27
Octal17411112705136635303247
Binary11111001001001101011101010011111011001110101100011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C4957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,73,87); }

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

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

 a { background-color: rgb(124,73,87); }

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

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

 span { border-color: rgb(124,73,87); }

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