#7C4960

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

Shades of Cosmic #7C4960

Tints of Cosmic #7C4960

Color information

#7C4960 (or 0x7C4960) is unknown color: approx Cosmic. HEX triplet: 7C, 49 and 60. RGB value is (124,73,96). Sum of RGB (Red+Green+Blue) = 124+73+96=293 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.32% from 293); Green value is 73 (28.91% from 255 or 24.91% from 293); Blue value is 96 (37.89% from 255 or 32.76% from 293); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4960 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C4960 is #83B69F. Grayscale: #5A5A5A. Windows color (decimal): -8631968 or 6310268. OLE color: 6310268.

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

Color convert

RGB1247396-
CMYK00.410.230.51
HSL332.94º25.89%38.63%-
HSV(B)332.94º41.13%48.63%-
XYZ12.819.8912.3-
YUV90.87130.9151.63-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 42.32%
GREEN value IS 73 (28.91% from 255) = 24.91%
BLUE value IS 96 (37.89% from 255) = 32.76%
R=42.32%
G=24.91%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.23
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124739600.410.230.51332.9425.8938.63
Hex7C4960029173314d1a27
Octal17411114005127635153247
Binary11111001001001110000001010011011111001110100110111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C4960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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