#7C4D5C

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

Shades of Cosmic #7C4D5C

Tints of Cosmic #7C4D5C

Color information

#7C4D5C (or 0x7C4D5C) is unknown color: approx Cosmic. HEX triplet: 7C, 4D and 5C. RGB value is (124,77,92). Sum of RGB (Red+Green+Blue) = 124+77+92=293 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.32% from 293); Green value is 77 (30.47% from 255 or 26.28% from 293); Blue value is 92 (36.33% from 255 or 31.40% from 293); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4D5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C4D5C is #83B2A3. Grayscale: #5C5C5C. Windows color (decimal): -8630948 or 6049148. OLE color: 6049148.

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

Color convert

RGB1247792-
CMYK00.380.260.51
HSL340.85º23.38%39.41%-
HSV(B)340.85º37.9%48.63%-
XYZ12.910.3711.45-
YUV92.76127.57150.28-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 42.32%
GREEN value IS 77 (30.47% from 255) = 26.28%
BLUE value IS 92 (36.33% from 255) = 31.40%
R=42.32%
G=26.28%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.26
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124779200.380.260.51340.8523.3839.41
Hex7C4D5C0261A331551727
Octal17411513404632635252747
Binary11111001001101101110001001101101011001110101010110111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C4D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,77,92); }

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

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

 a { background-color: rgb(124,77,92); }

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

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

 span { border-color: rgb(124,77,92); }

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