#7E5569

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

Shades of Cosmic #7E5569

Tints of Cosmic #7E5569

Color information

#7E5569 (or 0x7E5569) is unknown color: approx Cosmic. HEX triplet: 7E, 55 and 69. RGB value is (126,85,105). Sum of RGB (Red+Green+Blue) = 126+85+105=316 (41% of max value = 765). Red value is 126 (49.61% from 255 or 39.87% from 316); Green value is 85 (33.59% from 255 or 26.90% from 316); Blue value is 105 (41.41% from 255 or 33.23% from 316); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5569 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E5569 is #81AA96. Grayscale: #636363. Windows color (decimal): -8497815 or 6903166. OLE color: 6903166.

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

Color convert

RGB12685105-
CMYK00.330.170.51
HSL330.73º19.43%41.37%-
HSV(B)330.73º32.54%49.41%-
XYZ14.411.9514.91-
YUV99.54131.08146.87-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 39.87%
GREEN value IS 85 (33.59% from 255) = 26.90%
BLUE value IS 105 (41.41% from 255) = 33.23%
R=39.87%
G=26.90%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.17
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1268510500.330.170.51330.7319.4341.37
Hex7E5569021113314b1329
Octal17612515104121635132351
Binary11111101010101110100101000011000111001110100101110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E5569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,85,105); }

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

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

 a { background-color: rgb(126,85,105); }

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

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

 span { border-color: rgb(126,85,105); }

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