#7C4958

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

Shades of Cosmic #7C4958

Tints of Cosmic #7C4958

Color information

#7C4958 (or 0x7C4958) is unknown color: approx Cosmic. HEX triplet: 7C, 49 and 58. RGB value is (124,73,88). Sum of RGB (Red+Green+Blue) = 124+73+88=285 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.51% from 285); Green value is 73 (28.91% from 255 or 25.61% from 285); Blue value is 88 (34.77% from 255 or 30.88% from 285); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4958 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C4958 is #83B6A7. Grayscale: #595959. Windows color (decimal): -8631976 or 5785980. OLE color: 5785980.

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

Color convert

RGB1247388-
CMYK00.410.290.51
HSL342.35º25.89%38.63%-
HSV(B)342.35º41.13%48.63%-
XYZ12.469.7510.46-
YUV89.96126.9152.28-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 43.51%
GREEN value IS 73 (28.91% from 255) = 25.61%
BLUE value IS 88 (34.77% from 255) = 30.88%
R=43.51%
G=25.61%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.29
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124738800.410.290.51342.3525.8938.63
Hex7C49580291D331561a27
Octal17411113005135635263247
Binary11111001001001101100001010011110111001110101011011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C4958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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