#7C4E5F

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

Shades of Cosmic #7C4E5F

Tints of Cosmic #7C4E5F

Color information

#7C4E5F (or 0x7C4E5F) is unknown color: approx Cosmic. HEX triplet: 7C, 4E and 5F. RGB value is (124,78,95). Sum of RGB (Red+Green+Blue) = 124+78+95=297 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.75% from 297); Green value is 78 (30.86% from 255 or 26.26% from 297); Blue value is 95 (37.5% from 255 or 31.99% from 297); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4E5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C4E5F is #83B1A0. Grayscale: #5D5D5D. Windows color (decimal): -8630689 or 6246012. OLE color: 6246012.

HSL color Cylindrical-coordinate representation of color #7C4E5F: hue angle of 337.83º degrees, saturation: 0.23, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7C4E5F is Cyan = 0, Magento = 0.37, Yellow = 0.23 and Black (K on CMYK) = 0.51.

Color convert

RGB1247895-
CMYK00.370.230.51
HSL337.83º22.77%39.61%-
HSV(B)337.83º37.1%48.63%-
XYZ13.110.5612.17-
YUV93.69128.74149.62-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 41.75%
GREEN value IS 78 (30.86% from 255) = 26.26%
BLUE value IS 95 (37.5% from 255) = 31.99%
R=41.75%
G=26.26%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.23
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124789500.370.230.51337.8322.7739.61
Hex7C4E5F02517331521728
Octal17411613704527635222750
Binary11111001001110101111101001011011111001110101001010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C4E5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,78,95); }

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

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

 a { background-color: rgb(124,78,95); }

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

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

 span { border-color: rgb(124,78,95); }

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