#7C496A

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

Shades of Cosmic #7C496A

Tints of Cosmic #7C496A

Color information

#7C496A (or 0x7C496A) is unknown color: approx Cosmic. HEX triplet: 7C, 49 and 6A. RGB value is (124,73,106). Sum of RGB (Red+Green+Blue) = 124+73+106=303 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.92% from 303); Green value is 73 (28.91% from 255 or 24.09% from 303); Blue value is 106 (41.80% from 255 or 34.98% from 303); Max value from RGB is 124 - color contains mainly: red. Hex color #7C496A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C496A is #83B695. Grayscale: #5B5B5B. Windows color (decimal): -8631958 or 6965628. OLE color: 6965628.

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

Color convert

RGB12473106-
CMYK00.410.150.51
HSL321.18º25.89%38.63%-
HSV(B)321.18º41.13%48.63%-
XYZ13.310.0914.88-
YUV92.01135.9150.82-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 40.92%
GREEN value IS 73 (28.91% from 255) = 24.09%
BLUE value IS 106 (41.80% from 255) = 34.98%
R=40.92%
G=24.09%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.15
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1247310600.410.150.51321.1825.8938.63
Hex7C496A029F331411a27
Octal17411115205117635013247
Binary1111100100100111010100101001111111001110100000111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C496A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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