#7C495F

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

Shades of Cosmic #7C495F

Tints of Cosmic #7C495F

Color information

#7C495F (or 0x7C495F) is unknown color: approx Cosmic. HEX triplet: 7C, 49 and 5F. RGB value is (124,73,95). Sum of RGB (Red+Green+Blue) = 124+73+95=292 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.47% from 292); Green value is 73 (28.91% from 255 or 25% from 292); Blue value is 95 (37.5% from 255 or 32.53% from 292); Max value from RGB is 124 - color contains mainly: red. Hex color #7C495F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C495F is #83B6A0. Grayscale: #5A5A5A. Windows color (decimal): -8631969 or 6244732. OLE color: 6244732.

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

Color convert

RGB1247395-
CMYK00.410.230.51
HSL334.12º25.89%38.63%-
HSV(B)334.12º41.13%48.63%-
XYZ12.769.8812.06-
YUV90.76130.4151.71-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 42.47%
GREEN value IS 73 (28.91% from 255) = 25%
BLUE value IS 95 (37.5% from 255) = 32.53%
R=42.47%
G=25%
B=32.53%

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
Decimal124739500.410.230.51334.1225.8938.63
Hex7C495F029173314e1a27
Octal17411113705127635163247
Binary11111001001001101111101010011011111001110100111011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C495F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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