#7C495B

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

Shades of Cosmic #7C495B

Tints of Cosmic #7C495B

Color information

#7C495B (or 0x7C495B) is unknown color: approx Cosmic. HEX triplet: 7C, 49 and 5B. RGB value is (124,73,91). Sum of RGB (Red+Green+Blue) = 124+73+91=288 (38% of max value = 765). Red value is 124 (48.83% from 255 or 43.06% from 288); Green value is 73 (28.91% from 255 or 25.35% from 288); Blue value is 91 (35.94% from 255 or 31.60% from 288); Max value from RGB is 124 - color contains mainly: red. Hex color #7C495B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C495B is #83B6A4. Grayscale: #5A5A5A. Windows color (decimal): -8631973 or 5982588. OLE color: 5982588.

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

Color convert

RGB1247391-
CMYK00.410.270.51
HSL338.82º25.89%38.63%-
HSV(B)338.82º41.13%48.63%-
XYZ12.589.8111.13-
YUV90.3128.4152.04-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 43.06%
GREEN value IS 73 (28.91% from 255) = 25.35%
BLUE value IS 91 (35.94% from 255) = 31.60%
R=43.06%
G=25.35%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.27
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124739100.410.270.51338.8225.8938.63
Hex7C495B0291B331531a27
Octal17411113305133635233247
Binary11111001001001101101101010011101111001110101001111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C495B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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