#7E6882

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

Shades of Trendy Pink #7E6882

Tints of Trendy Pink #7E6882

Color information

#7E6882 (or 0x7E6882) is unknown color: approx Trendy Pink. HEX triplet: 7E, 68 and 82. RGB value is (126,104,130). Sum of RGB (Red+Green+Blue) = 126+104+130=360 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35% from 360); Green value is 104 (41.02% from 255 or 28.89% from 360); Blue value is 130 (51.17% from 255 or 36.11% from 360); Max value from RGB is 130 - color contains mainly: blue. Hex color #7E6882 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E6882 is #81977D. Grayscale: #717171. Windows color (decimal): -8492926 or 8546430. OLE color: 8546430.

HSL color Cylindrical-coordinate representation of color #7E6882: hue angle of 290.77º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7E6882 is Cyan = 0.03, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB126104130-
CMYK0.030.200.49
HSL290.77º11.11%45.88%-
HSV(B)290.77º20%50.98%-
XYZ17.5815.9523.27-
YUV113.54137.29136.89-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 35%
GREEN value IS 104 (41.02% from 255) = 28.89%
BLUE value IS 130 (51.17% from 255) = 36.11%
R=35%
G=28.89%
B=36.11%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1261041300.030.200.49290.7711.1145.88
Hex7E6882314031123b2e
Octal1761502023240614431356
Binary1111110110100010000010111010001100011001000111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E6882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,104,130); }

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

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

 a { background-color: rgb(126,104,130); }

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

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

 span { border-color: rgb(126,104,130); }

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