#7D6182

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

Shades of Trendy Pink #7D6182

Tints of Trendy Pink #7D6182

Color information

#7D6182 (or 0x7D6182) is unknown color: approx Trendy Pink. HEX triplet: 7D, 61 and 82. RGB value is (125,97,130). Sum of RGB (Red+Green+Blue) = 125+97+130=352 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.51% from 352); Green value is 97 (38.28% from 255 or 27.56% from 352); Blue value is 130 (51.17% from 255 or 36.93% from 352); Max value from RGB is 130 - color contains mainly: blue. Hex color #7D6182 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D6182 is #829E7D. Grayscale: #6D6D6D. Windows color (decimal): -8560254 or 8544637. OLE color: 8544637.

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

Color convert

RGB12597130-
CMYK0.040.2500.49
HSL290.91º14.54%44.51%-
HSV(B)290.91º25.38%50.98%-
XYZ16.7614.5223.04-
YUV109.13139.78139.32-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 35.51%
GREEN value IS 97 (38.28% from 255) = 27.56%
BLUE value IS 130 (51.17% from 255) = 36.93%
R=35.51%
G=27.56%
B=36.93%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal125971300.040.2500.49290.9114.5444.51
Hex7D6182419031123f2d
Octal1751412024310614431755
Binary11111011100001100000101001100101100011001000111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D6182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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