#7F6484

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

Shades of Trendy Pink #7F6484

Tints of Trendy Pink #7F6484

Color information

#7F6484 (or 0x7F6484) is unknown color: approx Trendy Pink. HEX triplet: 7F, 64 and 84. RGB value is (127,100,132). Sum of RGB (Red+Green+Blue) = 127+100+132=359 (47% of max value = 765). Red value is 127 (50% from 255 or 35.38% from 359); Green value is 100 (39.45% from 255 or 27.86% from 359); Blue value is 132 (51.95% from 255 or 36.77% from 359); Max value from RGB is 132 - color contains mainly: blue. Hex color #7F6484 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F6484 is #809B7B. Grayscale: #6F6F6F. Windows color (decimal): -8428412 or 8676479. OLE color: 8676479.

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

Color convert

RGB127100132-
CMYK0.040.2400.48
HSL290.62º13.79%45.49%-
HSV(B)290.62º24.24%51.76%-
XYZ17.4715.2923.86-
YUV111.72139.45138.9-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 35.38%
GREEN value IS 100 (39.45% from 255) = 27.86%
BLUE value IS 132 (51.95% from 255) = 36.77%
R=35.38%
G=27.86%
B=36.77%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1271001320.040.2400.48290.6213.7945.49
Hex7F6484418030123e2d
Octal1771442044300604431655
Binary11111111100100100001001001100001100001001000111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F6484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,100,132); }

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

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

 a { background-color: rgb(127,100,132); }

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

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

 span { border-color: rgb(127,100,132); }

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