#7D6782

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

Shades of Trendy Pink #7D6782

Tints of Trendy Pink #7D6782

Color information

#7D6782 (or 0x7D6782) is unknown color: approx Trendy Pink. HEX triplet: 7D, 67 and 82. RGB value is (125,103,130). Sum of RGB (Red+Green+Blue) = 125+103+130=358 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.92% from 358); Green value is 103 (40.62% from 255 or 28.77% from 358); Blue value is 130 (51.17% from 255 or 36.31% from 358); Max value from RGB is 130 - color contains mainly: blue. Hex color #7D6782 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D6782 is #82987D. Grayscale: #707070. Windows color (decimal): -8558718 or 8546173. OLE color: 8546173.

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

Color convert

RGB125103130-
CMYK0.040.2100.49
HSL288.89º11.59%45.69%-
HSV(B)288.89º20.77%50.98%-
XYZ17.3415.6723.23-
YUV112.66137.79136.8-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 34.92%
GREEN value IS 103 (40.62% from 255) = 28.77%
BLUE value IS 130 (51.17% from 255) = 36.31%
R=34.92%
G=28.77%
B=36.31%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1251031300.040.2100.49288.8911.5945.69
Hex7D6782415031121c2e
Octal1751472024250614411456
Binary11111011100111100000101001010101100011001000011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D6782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,103,130); }

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

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

 a { background-color: rgb(125,103,130); }

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

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

 span { border-color: rgb(125,103,130); }

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