#7C4C59

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

Shades of Cosmic #7C4C59

Tints of Cosmic #7C4C59

Color information

#7C4C59 (or 0x7C4C59) is unknown color: approx Cosmic. HEX triplet: 7C, 4C and 59. RGB value is (124,76,89). Sum of RGB (Red+Green+Blue) = 124+76+89=289 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.91% from 289); Green value is 76 (30.08% from 255 or 26.30% from 289); Blue value is 89 (35.16% from 255 or 30.80% from 289); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4C59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C4C59 is #83B3A6. Grayscale: #5B5B5B. Windows color (decimal): -8631207 or 5852284. OLE color: 5852284.

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

Color convert

RGB1247689-
CMYK00.390.280.51
HSL343.75º24%39.22%-
HSV(B)343.75º38.71%48.63%-
XYZ12.710.1810.75-
YUV91.83126.4150.94-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 42.91%
GREEN value IS 76 (30.08% from 255) = 26.30%
BLUE value IS 89 (35.16% from 255) = 30.80%
R=42.91%
G=26.30%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.28
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124768900.390.280.51343.752439.22
Hex7C4C590271C331581827
Octal17411413104734635303047
Binary11111001001100101100101001111110011001110101100011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C4C59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,76,89); }

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

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

 a { background-color: rgb(124,76,89); }

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

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

 span { border-color: rgb(124,76,89); }

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