#7C4D58

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

Shades of Cosmic #7C4D58

Tints of Cosmic #7C4D58

Color information

#7C4D58 (or 0x7C4D58) is unknown color: approx Cosmic. HEX triplet: 7C, 4D and 58. RGB value is (124,77,88). Sum of RGB (Red+Green+Blue) = 124+77+88=289 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.91% from 289); Green value is 77 (30.47% from 255 or 26.64% from 289); Blue value is 88 (34.77% from 255 or 30.45% from 289); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4D58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C4D58 is #83B2A7. Grayscale: #5C5C5C. Windows color (decimal): -8630952 or 5787004. OLE color: 5787004.

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

Color convert

RGB1247788-
CMYK00.380.290.51
HSL345.96º23.38%39.41%-
HSV(B)345.96º37.9%48.63%-
XYZ12.7310.310.55-
YUV92.31125.57150.61-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 42.91%
GREEN value IS 77 (30.47% from 255) = 26.64%
BLUE value IS 88 (34.77% from 255) = 30.45%
R=42.91%
G=26.64%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.29
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124778800.380.290.51345.9623.3839.41
Hex7C4D580261D3315a1727
Octal17411513004635635322747
Binary11111001001101101100001001101110111001110101101010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C4D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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