#7D426C

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

Shades of Cosmic #7D426C

Tints of Cosmic #7D426C

Color information

#7D426C (or 0x7D426C) is unknown color: approx Cosmic. HEX triplet: 7D, 42 and 6C. RGB value is (125,66,108). Sum of RGB (Red+Green+Blue) = 125+66+108=299 (39% of max value = 765). Red value is 125 (49.22% from 255 or 41.81% from 299); Green value is 66 (26.17% from 255 or 22.07% from 299); Blue value is 108 (42.58% from 255 or 36.12% from 299); Max value from RGB is 125 - color contains mainly: red. Hex color #7D426C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D426C is #82BD93. Grayscale: #585858. Windows color (decimal): -8568212 or 7094909. OLE color: 7094909.

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

Color convert

RGB12566108-
CMYK00.470.140.51
HSL317.29º30.89%37.45%-
HSV(B)317.29º47.2%49.02%-
XYZ13.119.3415.3-
YUV88.43139.05154.08-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 41.81%
GREEN value IS 66 (26.17% from 255) = 22.07%
BLUE value IS 108 (42.58% from 255) = 36.12%
R=41.81%
G=22.07%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.14
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1256610800.470.140.51317.2930.8937.45
Hex7D426C02FE3313d1f25
Octal17510215405716634753745
Binary1111101100001011011000101111111011001110011110111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D426C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,66,108); }

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

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

 a { background-color: rgb(125,66,108); }

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

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

 span { border-color: rgb(125,66,108); }

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