#7C496B

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

Shades of Cosmic #7C496B

Tints of Cosmic #7C496B

Color information

#7C496B (or 0x7C496B) is unknown color: approx Cosmic. HEX triplet: 7C, 49 and 6B. RGB value is (124,73,107). Sum of RGB (Red+Green+Blue) = 124+73+107=304 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.79% from 304); Green value is 73 (28.91% from 255 or 24.01% from 304); Blue value is 107 (42.19% from 255 or 35.20% from 304); Max value from RGB is 124 - color contains mainly: red. Hex color #7C496B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C496B is #83B694. Grayscale: #5C5C5C. Windows color (decimal): -8631957 or 7031164. OLE color: 7031164.

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

Color convert

RGB12473107-
CMYK00.410.140.51
HSL320º25.89%38.63%-
HSV(B)320º41.13%48.63%-
XYZ13.3510.1115.16-
YUV92.12136.4150.74-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 40.79%
GREEN value IS 73 (28.91% from 255) = 24.01%
BLUE value IS 107 (42.19% from 255) = 35.20%
R=40.79%
G=24.01%
B=35.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.14
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1247310700.410.140.5132025.8938.63
Hex7C496B029E331401a27
Octal17411115305116635003247
Binary1111100100100111010110101001111011001110100000011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C496B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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