#7F5479

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

Shades of Trendy Pink #7F5479

Tints of Trendy Pink #7F5479

Color information

#7F5479 (or 0x7F5479) is unknown color: approx Trendy Pink. HEX triplet: 7F, 54 and 79. RGB value is (127,84,121). Sum of RGB (Red+Green+Blue) = 127+84+121=332 (43% of max value = 765). Red value is 127 (50% from 255 or 38.25% from 332); Green value is 84 (33.20% from 255 or 25.30% from 332); Blue value is 121 (47.66% from 255 or 36.45% from 332); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5479 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F5479 is #80AB86. Grayscale: #646464. Windows color (decimal): -8432519 or 7951487. OLE color: 7951487.

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

Color convert

RGB12784121-
CMYK00.340.050.50
HSL308.37º20.38%41.37%-
HSV(B)308.37º33.86%49.8%-
XYZ15.3712.2319.64-
YUV101.08139.25146.49-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 38.25%
GREEN value IS 84 (33.20% from 255) = 25.30%
BLUE value IS 121 (47.66% from 255) = 36.45%
R=38.25%
G=25.30%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.05
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1278412100.340.050.50308.3720.3841.37
Hex7F54790225321341429
Octal1771241710425624642451
Binary111111110101001111001010001010111001010011010010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F5479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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