#7C546C

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

Shades of Cosmic #7C546C

Tints of Cosmic #7C546C

Color information

#7C546C (or 0x7C546C) is unknown color: approx Cosmic. HEX triplet: 7C, 54 and 6C. RGB value is (124,84,108). Sum of RGB (Red+Green+Blue) = 124+84+108=316 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.24% from 316); Green value is 84 (33.20% from 255 or 26.58% from 316); Blue value is 108 (42.58% from 255 or 34.18% from 316); Max value from RGB is 124 - color contains mainly: red. Hex color #7C546C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C546C is #83AB93. Grayscale: #626262. Windows color (decimal): -8629140 or 7099516. OLE color: 7099516.

HSL color Cylindrical-coordinate representation of color #7C546C: hue angle of 324º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7C546C is Cyan = 0, Magento = 0.32, Yellow = 0.13 and Black (K on CMYK) = 0.51.

Color convert

RGB12484108-
CMYK00.320.130.51
HSL324º19.23%40.78%-
HSV(B)324º32.26%48.63%-
XYZ14.1911.7115.7-
YUV98.7133.25146.05-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 39.24%
GREEN value IS 84 (33.20% from 255) = 26.58%
BLUE value IS 108 (42.58% from 255) = 34.18%
R=39.24%
G=26.58%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.13
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1248410800.320.130.5132419.2340.78
Hex7C546C020D331441329
Octal17412415404015635042351
Binary1111100101010011011000100000110111001110100010010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C546C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,84,108); }

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

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

 a { background-color: rgb(124,84,108); }

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

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

 span { border-color: rgb(124,84,108); }

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