#7D406A

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

Shades of Cosmic #7D406A

Tints of Cosmic #7D406A

Color information

#7D406A (or 0x7D406A) is unknown color: approx Cosmic. HEX triplet: 7D, 40 and 6A. RGB value is (125,64,106). Sum of RGB (Red+Green+Blue) = 125+64+106=295 (39% of max value = 765). Red value is 125 (49.22% from 255 or 42.37% from 295); Green value is 64 (25.39% from 255 or 21.69% from 295); Blue value is 106 (41.80% from 255 or 35.93% from 295); Max value from RGB is 125 - color contains mainly: red. Hex color #7D406A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D406A is #82BF95. Grayscale: #565656. Windows color (decimal): -8568726 or 6963325. OLE color: 6963325.

HSL color Cylindrical-coordinate representation of color #7D406A: hue angle of 318.69º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7D406A is Cyan = 0, Magento = 0.49, Yellow = 0.15 and Black (K on CMYK) = 0.51.

Color convert

RGB12564106-
CMYK00.490.150.51
HSL318.69º32.28%37.06%-
HSV(B)318.69º48.8%49.02%-
XYZ12.899.0714.71-
YUV87.03138.71155.08-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 42.37%
GREEN value IS 64 (25.39% from 255) = 21.69%
BLUE value IS 106 (41.80% from 255) = 35.93%
R=42.37%
G=21.69%
B=35.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.15
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1256410600.490.150.51318.6932.2837.06
Hex7D406A031F3313f2025
Octal17510015206117634774045
Binary11111011000000110101001100011111110011100111111100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D406A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,64,106); }

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

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

 a { background-color: rgb(125,64,106); }

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

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

 span { border-color: rgb(125,64,106); }

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