#7E5C6D

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

Shades of Cosmic #7E5C6D

Tints of Cosmic #7E5C6D

Color information

#7E5C6D (or 0x7E5C6D) is unknown color: approx Cosmic. HEX triplet: 7E, 5C and 6D. RGB value is (126,92,109). Sum of RGB (Red+Green+Blue) = 126+92+109=327 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.53% from 327); Green value is 92 (36.33% from 255 or 28.13% from 327); Blue value is 109 (42.97% from 255 or 33.33% from 327); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5C6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E5C6D is #81A392. Grayscale: #686868. Windows color (decimal): -8496019 or 7167102. OLE color: 7167102.

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

Color convert

RGB12692109-
CMYK00.270.130.51
HSL330º15.6%42.75%-
HSV(B)330º26.98%49.41%-
XYZ15.1913.1916.21-
YUV104.1130.76143.62-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 38.53%
GREEN value IS 92 (36.33% from 255) = 28.13%
BLUE value IS 109 (42.97% from 255) = 33.33%
R=38.53%
G=28.13%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.13
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1269210900.270.130.5133015.642.75
Hex7E5C6D01BD3314a102b
Octal17613415503315635122053
Binary111111010111001101101011011110111001110100101010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E5C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,92,109); }

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

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

 a { background-color: rgb(126,92,109); }

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

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

 span { border-color: rgb(126,92,109); }

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