#7E576A

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

Shades of Cosmic #7E576A

Tints of Cosmic #7E576A

Color information

#7E576A (or 0x7E576A) is unknown color: approx Cosmic. HEX triplet: 7E, 57 and 6A. RGB value is (126,87,106). Sum of RGB (Red+Green+Blue) = 126+87+106=319 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.50% from 319); Green value is 87 (34.38% from 255 or 27.27% from 319); Blue value is 106 (41.80% from 255 or 33.23% from 319); Max value from RGB is 126 - color contains mainly: red. Hex color #7E576A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E576A is #81A895. Grayscale: #646464. Windows color (decimal): -8497302 or 6969214. OLE color: 6969214.

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

Color convert

RGB12687106-
CMYK00.310.160.51
HSL330.77º18.31%41.76%-
HSV(B)330.77º30.95%49.41%-
XYZ14.6112.2915.24-
YUV100.83130.92145.96-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 39.50%
GREEN value IS 87 (34.38% from 255) = 27.27%
BLUE value IS 106 (41.80% from 255) = 33.23%
R=39.50%
G=27.27%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.16
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1268710600.310.160.51330.7718.3141.76
Hex7E576A01F103314b122a
Octal17612715203720635132252
Binary1111110101011111010100111111000011001110100101110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E576A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,87,106); }

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

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

 a { background-color: rgb(126,87,106); }

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

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

 span { border-color: rgb(126,87,106); }

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