#7F5079

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

Shades of Trendy Pink #7F5079

Tints of Trendy Pink #7F5079

Color information

#7F5079 (or 0x7F5079) is unknown color: approx Trendy Pink. HEX triplet: 7F, 50 and 79. RGB value is (127,80,121). Sum of RGB (Red+Green+Blue) = 127+80+121=328 (43% of max value = 765). Red value is 127 (50% from 255 or 38.72% from 328); Green value is 80 (31.64% from 255 or 24.39% from 328); Blue value is 121 (47.66% from 255 or 36.89% from 328); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5079 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F5079 is #80AF86. Grayscale: #626262. Windows color (decimal): -8433543 or 7950463. OLE color: 7950463.

HSL color Cylindrical-coordinate representation of color #7F5079: hue angle of 307.66º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7F5079 is Cyan = 0, Magento = 0.37, Yellow = 0.05 and Black (K on CMYK) = 0.50.

Color convert

RGB12780121-
CMYK00.370.050.50
HSL307.66º22.71%40.59%-
HSV(B)307.66º37.01%49.8%-
XYZ15.0711.6319.54-
YUV98.73140.57148.17-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 38.72%
GREEN value IS 80 (31.64% from 255) = 24.39%
BLUE value IS 121 (47.66% from 255) = 36.89%
R=38.72%
G=24.39%
B=36.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.05
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1278012100.370.050.50307.6622.7140.59
Hex7F50790255321341729
Octal1771201710455624642751
Binary111111110100001111001010010110111001010011010010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F5079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,80,121); }

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

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

 a { background-color: rgb(127,80,121); }

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

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

 span { border-color: rgb(127,80,121); }

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