#7F537A

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

Shades of Trendy Pink #7F537A

Tints of Trendy Pink #7F537A

Color information

#7F537A (or 0x7F537A) is unknown color: approx Trendy Pink. HEX triplet: 7F, 53 and 7A. RGB value is (127,83,122). Sum of RGB (Red+Green+Blue) = 127+83+122=332 (43% of max value = 765). Red value is 127 (50% from 255 or 38.25% from 332); Green value is 83 (32.81% from 255 or 25% from 332); Blue value is 122 (48.05% from 255 or 36.75% from 332); Max value from RGB is 127 - color contains mainly: red. Hex color #7F537A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F537A is #80AC85. Grayscale: #646464. Windows color (decimal): -8432774 or 8016767. OLE color: 8016767.

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

Color convert

RGB12783122-
CMYK00.350.040.50
HSL306.82º20.95%41.18%-
HSV(B)306.82º34.65%49.8%-
XYZ15.3612.119.94-
YUV100.6140.08146.83-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 38.25%
GREEN value IS 83 (32.81% from 255) = 25%
BLUE value IS 122 (48.05% from 255) = 36.75%
R=38.25%
G=25%
B=36.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.04
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1278312200.350.040.50306.8220.9541.18
Hex7F537A0234321331529
Octal1771231720434624632551
Binary111111110100111111010010001110011001010011001110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F537A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,83,122); }

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

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

 a { background-color: rgb(127,83,122); }

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

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

 span { border-color: rgb(127,83,122); }

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