#7D6184

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

Shades of Trendy Pink #7D6184

Tints of Trendy Pink #7D6184

Color information

#7D6184 (or 0x7D6184) is unknown color: approx Trendy Pink. HEX triplet: 7D, 61 and 84. RGB value is (125,97,132). Sum of RGB (Red+Green+Blue) = 125+97+132=354 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.31% from 354); Green value is 97 (38.28% from 255 or 27.40% from 354); Blue value is 132 (51.95% from 255 or 37.29% from 354); Max value from RGB is 132 - color contains mainly: blue. Hex color #7D6184 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D6184 is #829E7B. Grayscale: #6D6D6D. Windows color (decimal): -8560252 or 8675709. OLE color: 8675709.

HSL color Cylindrical-coordinate representation of color #7D6184: hue angle of 288º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7D6184 is Cyan = 0.05, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB12597132-
CMYK0.050.2700.48
HSL288º15.28%44.9%-
HSV(B)288º26.52%51.76%-
XYZ16.914.5823.75-
YUV109.36140.78139.15-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 35.31%
GREEN value IS 97 (38.28% from 255) = 27.40%
BLUE value IS 132 (51.95% from 255) = 37.29%
R=35.31%
G=27.40%
B=37.29%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal125971320.050.2700.4828815.2844.9
Hex7D618451B030120f2d
Octal1751412045330604401755
Binary11111011100001100001001011101101100001001000001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D6184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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