#7C5D6D

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

Shades of Cosmic #7C5D6D

Tints of Cosmic #7C5D6D

Color information

#7C5D6D (or 0x7C5D6D) is unknown color: approx Cosmic. HEX triplet: 7C, 5D and 6D. RGB value is (124,93,109). Sum of RGB (Red+Green+Blue) = 124+93+109=326 (43% of max value = 765). Red value is 124 (48.83% from 255 or 38.04% from 326); Green value is 93 (36.72% from 255 or 28.53% from 326); Blue value is 109 (42.97% from 255 or 33.44% from 326); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5D6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5D6D is #83A292. Grayscale: #686868. Windows color (decimal): -8626835 or 7167356. OLE color: 7167356.

HSL color Cylindrical-coordinate representation of color #7C5D6D: hue angle of 329.03º degrees, saturation: 0.14, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7C5D6D is Cyan = 0, Magento = 0.25, Yellow = 0.12 and Black (K on CMYK) = 0.51.

Color convert

RGB12493109-
CMYK00.250.120.51
HSL329.03º14.29%42.55%-
HSV(B)329.03º25%48.63%-
XYZ14.9913.2216.23-
YUV104.09130.77142.2-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 38.04%
GREEN value IS 93 (36.72% from 255) = 28.53%
BLUE value IS 109 (42.97% from 255) = 33.44%
R=38.04%
G=28.53%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.12
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1249310900.250.120.51329.0314.2942.55
Hex7C5D6D019C33149e2b
Octal17413515503114635111653
Binary11111001011101110110101100111001100111010010011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C5D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,93,109); }

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

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

 a { background-color: rgb(124,93,109); }

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

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

 span { border-color: rgb(124,93,109); }

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