#7E4A5B

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

Shades of Cosmic #7E4A5B

Tints of Cosmic #7E4A5B

Color information

#7E4A5B (or 0x7E4A5B) is unknown color: approx Cosmic. HEX triplet: 7E, 4A and 5B. RGB value is (126,74,91). Sum of RGB (Red+Green+Blue) = 126+74+91=291 (38% of max value = 765). Red value is 126 (49.61% from 255 or 43.30% from 291); Green value is 74 (29.30% from 255 or 25.43% from 291); Blue value is 91 (35.94% from 255 or 31.27% from 291); Max value from RGB is 126 - color contains mainly: red. Hex color #7E4A5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E4A5B is #81B5A4. Grayscale: #5B5B5B. Windows color (decimal): -8500645 or 5982846. OLE color: 5982846.

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

Color convert

RGB1267491-
CMYK00.410.280.51
HSL340.38º26%39.22%-
HSV(B)340.38º41.27%49.41%-
XYZ12.9410.0911.16-
YUV91.49127.73152.62-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 43.30%
GREEN value IS 74 (29.30% from 255) = 25.43%
BLUE value IS 91 (35.94% from 255) = 31.27%
R=43.30%
G=25.43%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.28
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126749100.410.280.51340.382639.22
Hex7E4A5B0291C331541a27
Octal17611213305134635243247
Binary11111101001010101101101010011110011001110101010011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E4A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,74,91); }

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

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

 a { background-color: rgb(126,74,91); }

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

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

 span { border-color: rgb(126,74,91); }

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